Html Css Color HEX #B06CFF Medium Purple

📋 copy color: '#B06CFF'

red 176 ◦ green 108 ◦ blue 255

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

Shades of Medium Purple #B06CFF

Tints of Medium Purple #B06CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 32.65%
G = 20.04%
B = 47.31%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B06CFF (or 0xB06CFF) is known color: Medium Purple. HEX triplet: B0, 6C and FF. RGB value is (176,108,255). Sum of RGB (Red+Green+Blue) = 176+108+255=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B06CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CFF is #4F9300. Grayscale: #909090. Windows color (decimal): -5214977 or 16739504. OLE color: 16739504.

HSL color Cylindrical-coordinate representation of color #B06CFF: hue angle of 267.76º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06CFF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 108 255 -
CMYK 0.31 0.58 0 0
HSL 267.76º 1% 0.71% -
HSV(B) 267.76º 0.58% 1% -
XYZ 41.32 27.18 97.68 -
YUV 145.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 176 108 255 0.31 0.58 0 0 267.76 1 0.71
Hex B0 6C FF 1F 3A 0 0 10C 64 47
Octal 260 154 377 37 72 0 0 414 144 107
Binary 10110000 1101100 11111111 11111 111010 0 0 100001100 1100100 1000111

Color Harmonies of #B06CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CFF

Black with #B06CFF

Text Example


Text Example

White with #B06CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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