Html Css Color HEX #BB6DC0 Fuchsia

📋 copy color: '#BB6DC0'

red 187 ◦ green 109 ◦ blue 192

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

Shades of Fuchsia #BB6DC0

Tints of Fuchsia #BB6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 38.32%
G = 22.34%
B = 39.34%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB6DC0 (or 0xBB6DC0) is known color: Fuchsia. HEX triplet: BB, 6D and C0. RGB value is (187,109,192). Sum of RGB (Red+Green+Blue) = 187+109+192=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DC0 is #44923F. Grayscale: #8D8D8D. Windows color (decimal): -4493888 or 12611003. OLE color: 12611003.

HSL color Cylindrical-coordinate representation of color #BB6DC0: hue angle of 296.39º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6DC0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 109 192 -
CMYK 0.03 0.43 0 0.25
HSL 296.39º 0.4% 0.59% -
HSV(B) 296.39º 0.43% 0.75% -
XYZ 35.48 25.31 52.88 -
YUV 141.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 187 109 192 0.03 0.43 0 0.25 296.39 0.4 0.59
Hex BB 6D C0 3 2B 0 19 128 28 3B
Octal 273 155 300 3 53 0 31 450 50 73
Binary 10111011 1101101 11000000 11 101011 0 11001 100101000 101000 111011

Color Harmonies of #BB6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DC0

Black with #BB6DC0

Text Example


Text Example

White with #BB6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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