Html Css Color HEX #B06CBB Fuchsia

📋 copy color: '#B06CBB'

red 176 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #B06CBB

Tints of Fuchsia #B06CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 37.37%
G = 22.93%
B = 39.7%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B06CBB (or 0xB06CBB) is known color: Fuchsia. HEX triplet: B0, 6C and BB. RGB value is (176,108,187). Sum of RGB (Red+Green+Blue) = 176+108+187=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #B06CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CBB is #4F9344. Grayscale: #898989. Windows color (decimal): -5215045 or 12283056. OLE color: 12283056.

HSL color Cylindrical-coordinate representation of color #B06CBB: hue angle of 291.65º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06CBB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 108 187 -
CMYK 0.06 0.42 0 0.27
HSL 291.65º 0.37% 0.58% -
HSV(B) 291.65º 0.42% 0.73% -
XYZ 32.24 23.54 49.86 -
YUV 137.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 176 108 187 0.06 0.42 0 0.27 291.65 0.37 0.58
Hex B0 6C BB 6 2A 0 1B 124 25 3A
Octal 260 154 273 6 52 0 33 444 45 72
Binary 10110000 1101100 10111011 110 101010 0 11011 100100100 100101 111010

Color Harmonies of #B06CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CBB

Black with #B06CBB

Text Example


Text Example

White with #B06CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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