Html Css Color HEX #B279F1 Medium Purple

📋 copy color: '#B279F1'

red 178 ◦ green 121 ◦ blue 241

#B279F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B279F1

Tints of Medium Purple #B279F1

RGB

 RED value IS 178 (69.92% from 255) = 32.96%

 GREEN value IS 121 (47.66% from 255) = 22.41%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 32.96%
G = 22.41%
B = 44.63%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B279F1 (or 0xB279F1) is known color: Medium Purple. HEX triplet: B2, 79 and F1. RGB value is (178,121,241). Sum of RGB (Red+Green+Blue) = 178+121+241=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #B279F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279F1 is #4D860E. Grayscale: #979797. Windows color (decimal): -5080591 or 15825330. OLE color: 15825330.

HSL color Cylindrical-coordinate representation of color #B279F1: hue angle of 268.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B279F1 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 121 241 -
CMYK 0.26 0.50 0 0.05
HSL 268.5º 0.81% 0.71% -
HSV(B) 268.5º 0.5% 0.95% -
XYZ 41.07 29.49 86.75 -
YUV 151.72 178.38 146.74 -
System Red Green Blue C M Y K H S L
Decimal 178 121 241 0.26 0.50 0 0.05 268.5 0.81 0.71
Hex B2 79 F1 1A 32 0 5 10C 51 47
Octal 262 171 361 32 62 0 5 414 121 107
Binary 10110010 1111001 11110001 11010 110010 0 101 100001100 1010001 1000111

Color Harmonies of #B279F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279F1

Black with #B279F1

Text Example


Text Example

White with #B279F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279F1; }

 p { color: rgb(178,121,241); }

 H1.HeaderClassName
 {
   color: #B279F1;
 }
 .AnyTagClassName
 {
   color: #B279F1;
 }
</style>

background-color css

<style>
 a { background-color: #B279F1; }

 a { background-color: rgb(178,121,241); }

 div.DivClassName
 {
   background-color: #B279F1;
 }
 .BgClassName
 {
   background-color: #B279F1;
 }
</style>

border-color css

<style>
 span { border-color: #B279F1; }

 span { border-color: rgb(178,121,241); }

 td.TdClassName
 {
   border-color: #B279F1;
 }
 .TagClassName
 {
   border-color: #B279F1;
 }
</style>