Html Css Color HEX #BB6BC1 Fuchsia

📋 copy color: '#BB6BC1'

red 187 ◦ green 107 ◦ blue 193

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

Shades of Fuchsia #BB6BC1

Tints of Fuchsia #BB6BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 38.4%
G = 21.97%
B = 39.63%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB6BC1 (or 0xBB6BC1) is known color: Fuchsia. HEX triplet: BB, 6B and C1. RGB value is (187,107,193). Sum of RGB (Red+Green+Blue) = 187+107+193=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BC1 is #44943E. Grayscale: #8C8C8C. Windows color (decimal): -4494399 or 12676027. OLE color: 12676027.

HSL color Cylindrical-coordinate representation of color #BB6BC1: hue angle of 295.81º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6BC1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 107 193 -
CMYK 0.03 0.45 0 0.24
HSL 295.81º 0.41% 0.59% -
HSV(B) 295.81º 0.45% 0.76% -
XYZ 35.38 24.93 53.4 -
YUV 140.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 187 107 193 0.03 0.45 0 0.24 295.81 0.41 0.59
Hex BB 6B C1 3 2D 0 18 128 29 3B
Octal 273 153 301 3 55 0 30 450 51 73
Binary 10111011 1101011 11000001 11 101101 0 11000 100101000 101001 111011

Color Harmonies of #BB6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BC1

Black with #BB6BC1

Text Example


Text Example

White with #BB6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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