Html Css Color HEX #BB6BBD Fuchsia

📋 copy color: '#BB6BBD'

red 187 ◦ green 107 ◦ blue 189

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

Shades of Fuchsia #BB6BBD

Tints of Fuchsia #BB6BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 38.72%
G = 22.15%
B = 39.13%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB6BBD (or 0xBB6BBD) is known color: Fuchsia. HEX triplet: BB, 6B and BD. RGB value is (187,107,189). Sum of RGB (Red+Green+Blue) = 187+107+189=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BBD is #449442. Grayscale: #8C8C8C. Windows color (decimal): -4494403 or 12413883. OLE color: 12413883.

HSL color Cylindrical-coordinate representation of color #BB6BBD: hue angle of 298.54º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BBD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 107 189 -
CMYK 0.01 0.43 0 0.26
HSL 298.54º 0.38% 0.58% -
HSV(B) 298.54º 0.43% 0.74% -
XYZ 34.94 24.75 51.08 -
YUV 140.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 187 107 189 0.01 0.43 0 0.26 298.54 0.38 0.58
Hex BB 6B BD 1 2B 0 1A 12B 26 3A
Octal 273 153 275 1 53 0 32 453 46 72
Binary 10111011 1101011 10111101 1 101011 0 11010 100101011 100110 111010

Color Harmonies of #BB6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BBD

Black with #BB6BBD

Text Example


Text Example

White with #BB6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BBD; }

 p { color: rgb(187,107,189); }

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

background-color css

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

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

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

border-color css

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

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

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