Html Css Color HEX #B06CE9 Medium Purple

📋 copy color: '#B06CE9'

red 176 ◦ green 108 ◦ blue 233

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

Shades of Medium Purple #B06CE9

Tints of Medium Purple #B06CE9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 34.04%
G = 20.89%
B = 45.07%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B06CE9 (or 0xB06CE9) is known color: Medium Purple. HEX triplet: B0, 6C and E9. RGB value is (176,108,233). Sum of RGB (Red+Green+Blue) = 176+108+233=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #B06CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CE9 is #4F9316. Grayscale: #8E8E8E. Windows color (decimal): -5214999 or 15297712. OLE color: 15297712.

HSL color Cylindrical-coordinate representation of color #B06CE9: hue angle of 272.64º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06CE9 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 108 233 -
CMYK 0.24 0.54 0 0.09
HSL 272.64º 0.74% 0.67% -
HSV(B) 272.64º 0.54% 0.91% -
XYZ 37.98 25.84 80.08 -
YUV 142.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 176 108 233 0.24 0.54 0 0.09 272.64 0.74 0.67
Hex B0 6C E9 18 36 0 9 111 4A 43
Octal 260 154 351 30 66 0 11 421 112 103
Binary 10110000 1101100 11101001 11000 110110 0 1001 100010001 1001010 1000011

Color Harmonies of #B06CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CE9

Black with #B06CE9

Text Example


Text Example

White with #B06CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CE9; }

 p { color: rgb(176,108,233); }

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

background-color css

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

 a { background-color: rgb(176,108,233); }

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

border-color css

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

 span { border-color: rgb(176,108,233); }

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