Html Css Color HEX #BB6CBB Fuchsia

📋 copy color: '#BB6CBB'

red 187 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #BB6CBB

Tints of Fuchsia #BB6CBB

RGB

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

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

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

R = 38.8%
G = 22.41%
B = 38.8%

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

#BB6CBB (or 0xBB6CBB) is known color: Fuchsia. HEX triplet: BB, 6C and BB. RGB value is (187,108,187). Sum of RGB (Red+Green+Blue) = 187+108+187=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CBB is #449344. Grayscale: #8C8C8C. Windows color (decimal): -4494149 or 12283067. OLE color: 12283067.

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

Color convert

RGB 187 108 187 -
CMYK 0 0.42 0 0.27
HSL 300º 0.37% 0.58% -
HSV(B) 300º 0.42% 0.73% -
XYZ 34.83 24.88 49.98 -
YUV 140.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 187 108 187 0 0.42 0 0.27 300 0.37 0.58
Hex BB 6C BB 0 2A 0 1B 12C 25 3A
Octal 273 154 273 0 52 0 33 454 45 72
Binary 10111011 1101100 10111011 0 101010 0 11011 100101100 100101 111010

Color Harmonies of #BB6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CBB

Black with #BB6CBB

Text Example


Text Example

White with #BB6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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