Html Css Color HEX #B06EEB Medium Purple

📋 copy color: '#B06EEB'

red 176 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #B06EEB

Tints of Medium Purple #B06EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 33.78%
G = 21.11%
B = 45.11%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B06EEB (or 0xB06EEB) is known color: Medium Purple. HEX triplet: B0, 6E and EB. RGB value is (176,110,235). Sum of RGB (Red+Green+Blue) = 176+110+235=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B06EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EEB is #4F9114. Grayscale: #8F8F8F. Windows color (decimal): -5214485 or 15429296. OLE color: 15429296.

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

Color convert

RGB 176 110 235 -
CMYK 0.25 0.53 0 0.08
HSL 271.68º 0.76% 0.68% -
HSV(B) 271.68º 0.53% 0.92% -
XYZ 38.48 26.38 81.66 -
YUV 143.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 176 110 235 0.25 0.53 0 0.08 271.68 0.76 0.68
Hex B0 6E EB 19 35 0 8 110 4C 44
Octal 260 156 353 31 65 0 10 420 114 104
Binary 10110000 1101110 11101011 11001 110101 0 1000 100010000 1001100 1000100

Color Harmonies of #B06EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EEB

Black with #B06EEB

Text Example


Text Example

White with #B06EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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