Html Css Color HEX #BB6CBA Fuchsia

📋 copy color: '#BB6CBA'

red 187 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #BB6CBA

Tints of Fuchsia #BB6CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 38.88%
G = 22.45%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB6CBA (or 0xBB6CBA) is known color: Fuchsia. HEX triplet: BB, 6C and BA. RGB value is (187,108,186). Sum of RGB (Red+Green+Blue) = 187+108+186=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CBA is #449345. Grayscale: #8C8C8C. Windows color (decimal): -4494150 or 12217531. OLE color: 12217531.

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

Color convert

RGB 187 108 186 -
CMYK 0 0.42 0.01 0.27
HSL 300.76º 0.37% 0.58% -
HSV(B) 300.76º 0.42% 0.73% -
XYZ 34.72 24.84 49.42 -
YUV 140.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 187 108 186 0 0.42 0.01 0.27 300.76 0.37 0.58
Hex BB 6C BA 0 2A 1 1B 12D 25 3A
Octal 273 154 272 0 52 1 33 455 45 72
Binary 10111011 1101100 10111010 0 101010 1 11011 100101101 100101 111010

Color Harmonies of #BB6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CBA

Black with #BB6CBA

Text Example


Text Example

White with #BB6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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