Html Css Color HEX #B279F2 Medium Purple

📋 copy color: '#B279F2'

red 178 ◦ green 121 ◦ blue 242

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

Shades of Medium Purple #B279F2

Tints of Medium Purple #B279F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 32.9%
G = 22.37%
B = 44.73%

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

#B279F2 (or 0xB279F2) is known color: Medium Purple. HEX triplet: B2, 79 and F2. RGB value is (178,121,242). Sum of RGB (Red+Green+Blue) = 178+121+242=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #B279F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279F2 is #4D860D. Grayscale: #979797. Windows color (decimal): -5080590 or 15890866. OLE color: 15890866.

HSL color Cylindrical-coordinate representation of color #B279F2: hue angle of 268.26º degrees, saturation: 0.82, 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 #B279F2 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 121 242 -
CMYK 0.26 0.50 0 0.05
HSL 268.26º 0.82% 0.71% -
HSV(B) 268.26º 0.5% 0.95% -
XYZ 41.22 29.55 87.54 -
YUV 151.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 178 121 242 0.26 0.50 0 0.05 268.26 0.82 0.71
Hex B2 79 F2 1A 32 0 5 10C 52 47
Octal 262 171 362 32 62 0 5 414 122 107
Binary 10110010 1111001 11110010 11010 110010 0 101 100001100 1010010 1000111

Color Harmonies of #B279F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279F2

Black with #B279F2

Text Example


Text Example

White with #B279F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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