Html Css Color HEX #B06EEE Medium Purple

📋 copy color: '#B06EEE'

red 176 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #B06EEE

Tints of Medium Purple #B06EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 33.59%
G = 20.99%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B06EEE (or 0xB06EEE) is known color: Medium Purple. HEX triplet: B0, 6E and EE. RGB value is (176,110,238). Sum of RGB (Red+Green+Blue) = 176+110+238=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #B06EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EEE is #4F9111. Grayscale: #8F8F8F. Windows color (decimal): -5214482 or 15625904. OLE color: 15625904.

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

Color convert

RGB 176 110 238 -
CMYK 0.26 0.54 0 0.07
HSL 270.94º 0.79% 0.68% -
HSV(B) 270.94º 0.54% 0.93% -
XYZ 38.91 26.56 83.96 -
YUV 144.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 176 110 238 0.26 0.54 0 0.07 270.94 0.79 0.68
Hex B0 6E EE 1A 36 0 7 10F 4F 44
Octal 260 156 356 32 66 0 7 417 117 104
Binary 10110000 1101110 11101110 11010 110110 0 111 100001111 1001111 1000100

Color Harmonies of #B06EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EEE

Black with #B06EEE

Text Example


Text Example

White with #B06EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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