Html Css Color HEX #BB6DB2 Fuchsia

📋 copy color: '#BB6DB2'

red 187 ◦ green 109 ◦ blue 178

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

Shades of Fuchsia #BB6DB2

Tints of Fuchsia #BB6DB2

RGB

 RED value IS 187 (73.44% from 255) = 39.45%

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 39.45%
G = 23%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB6DB2 (or 0xBB6DB2) is known color: Fuchsia. HEX triplet: BB, 6D and B2. RGB value is (187,109,178). Sum of RGB (Red+Green+Blue) = 187+109+178=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DB2 is #44924D. Grayscale: #8B8B8B. Windows color (decimal): -4493902 or 11693499. OLE color: 11693499.

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

Color convert

RGB 187 109 178 -
CMYK 0 0.42 0.05 0.27
HSL 306.92º 0.36% 0.58% -
HSV(B) 306.92º 0.42% 0.73% -
XYZ 34 24.72 45.1 -
YUV 140.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 187 109 178 0 0.42 0.05 0.27 306.92 0.36 0.58
Hex BB 6D B2 0 2A 5 1B 133 24 3A
Octal 273 155 262 0 52 5 33 463 44 72
Binary 10111011 1101101 10110010 0 101010 101 11011 100110011 100100 111010

Color Harmonies of #BB6DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DB2

Black with #BB6DB2

Text Example


Text Example

White with #BB6DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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