Html Css Color HEX #BB6DBB Fuchsia

📋 copy color: '#BB6DBB'

red 187 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #BB6DBB

Tints of Fuchsia #BB6DBB

RGB

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

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

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

R = 38.72%
G = 22.57%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB6DBB (or 0xBB6DBB) is known color: Fuchsia. HEX triplet: BB, 6D and BB. RGB value is (187,109,187). Sum of RGB (Red+Green+Blue) = 187+109+187=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DBB is #449244. Grayscale: #8C8C8C. Windows color (decimal): -4493893 or 12283323. OLE color: 12283323.

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

Color convert

RGB 187 109 187 -
CMYK 0 0.42 0 0.27
HSL 300º 0.36% 0.58% -
HSV(B) 300º 0.42% 0.73% -
XYZ 34.93 25.09 50.02 -
YUV 141.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 187 109 187 0 0.42 0 0.27 300 0.36 0.58
Hex BB 6D BB 0 2A 0 1B 12C 24 3A
Octal 273 155 273 0 52 0 33 454 44 72
Binary 10111011 1101101 10111011 0 101010 0 11011 100101100 100100 111010

Color Harmonies of #BB6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DBB

Black with #BB6DBB

Text Example


Text Example

White with #BB6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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