Html Css Color HEX #B06EEC Medium Purple

📋 copy color: '#B06EEC'

red 176 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #B06EEC

Tints of Medium Purple #B06EEC

RGB

 RED value IS 176 (69.14% from 255) = 33.72%

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 33.72%
G = 21.07%
B = 45.21%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06EEC (or 0xB06EEC) is known color: Medium Purple. HEX triplet: B0, 6E and EC. RGB value is (176,110,236). Sum of RGB (Red+Green+Blue) = 176+110+236=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EEC is #4F9113. Grayscale: #8F8F8F. Windows color (decimal): -5214484 or 15494832. OLE color: 15494832.

HSL color Cylindrical-coordinate representation of color #B06EEC: hue angle of 271.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06EEC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 110 236 -
CMYK 0.25 0.53 0 0.07
HSL 271.43º 0.77% 0.68% -
HSV(B) 271.43º 0.53% 0.93% -
XYZ 38.62 26.44 82.42 -
YUV 144.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 176 110 236 0.25 0.53 0 0.07 271.43 0.77 0.68
Hex B0 6E EC 19 35 0 7 10F 4D 44
Octal 260 156 354 31 65 0 7 417 115 104
Binary 10110000 1101110 11101100 11001 110101 0 111 100001111 1001101 1000100

Color Harmonies of #B06EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EEC

Black with #B06EEC

Text Example


Text Example

White with #B06EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EEC; }

 p { color: rgb(176,110,236); }

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

background-color css

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

 a { background-color: rgb(176,110,236); }

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

border-color css

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

 span { border-color: rgb(176,110,236); }

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