Html Css Color HEX #BB6CB2 Fuchsia

📋 copy color: '#BB6CB2'

red 187 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #BB6CB2

Tints of Fuchsia #BB6CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 39.53%
G = 22.83%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB6CB2 (or 0xBB6CB2) is known color: Fuchsia. HEX triplet: BB, 6C and B2. RGB value is (187,108,178). Sum of RGB (Red+Green+Blue) = 187+108+178=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CB2 is #44934D. Grayscale: #8B8B8B. Windows color (decimal): -4494158 or 11693243. OLE color: 11693243.

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

Color convert

RGB 187 108 178 -
CMYK 0 0.42 0.05 0.27
HSL 306.84º 0.37% 0.58% -
HSV(B) 306.84º 0.42% 0.73% -
XYZ 33.89 24.5 45.06 -
YUV 139.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 187 108 178 0 0.42 0.05 0.27 306.84 0.37 0.58
Hex BB 6C B2 0 2A 5 1B 133 25 3A
Octal 273 154 262 0 52 5 33 463 45 72
Binary 10111011 1101100 10110010 0 101010 101 11011 100110011 100101 111010

Color Harmonies of #BB6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CB2

Black with #BB6CB2

Text Example


Text Example

White with #BB6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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