Html Css Color HEX #B06DBB Fuchsia

📋 copy color: '#B06DBB'

red 176 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #B06DBB

Tints of Fuchsia #B06DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 37.29%
G = 23.09%
B = 39.62%

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

#B06DBB (or 0xB06DBB) is known color: Fuchsia. HEX triplet: B0, 6D and BB. RGB value is (176,109,187). Sum of RGB (Red+Green+Blue) = 176+109+187=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #B06DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DBB is #4F9244. Grayscale: #898989. Windows color (decimal): -5214789 or 12283312. OLE color: 12283312.

HSL color Cylindrical-coordinate representation of color #B06DBB: hue angle of 291.54º degrees, saturation: 0.36, 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 #B06DBB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 109 187 -
CMYK 0.06 0.42 0 0.27
HSL 291.54º 0.36% 0.58% -
HSV(B) 291.54º 0.42% 0.73% -
XYZ 32.34 23.76 49.89 -
YUV 137.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 176 109 187 0.06 0.42 0 0.27 291.54 0.36 0.58
Hex B0 6D BB 6 2A 0 1B 124 24 3A
Octal 260 155 273 6 52 0 33 444 44 72
Binary 10110000 1101101 10111011 110 101010 0 11011 100100100 100100 111010

Color Harmonies of #B06DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DBB

Black with #B06DBB

Text Example


Text Example

White with #B06DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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