Html Css Color HEX #BB6CC1 Fuchsia

📋 copy color: '#BB6CC1'

red 187 ◦ green 108 ◦ blue 193

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

Shades of Fuchsia #BB6CC1

Tints of Fuchsia #BB6CC1

RGB

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

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

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

R = 38.32%
G = 22.13%
B = 39.55%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB6CC1 (or 0xBB6CC1) is known color: Fuchsia. HEX triplet: BB, 6C and C1. RGB value is (187,108,193). Sum of RGB (Red+Green+Blue) = 187+108+193=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CC1 is #44933E. Grayscale: #8D8D8D. Windows color (decimal): -4494143 or 12676283. OLE color: 12676283.

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

Color convert

RGB 187 108 193 -
CMYK 0.03 0.44 0 0.24
HSL 295.76º 0.41% 0.59% -
HSV(B) 295.76º 0.44% 0.76% -
XYZ 35.48 25.14 53.43 -
YUV 141.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 187 108 193 0.03 0.44 0 0.24 295.76 0.41 0.59
Hex BB 6C C1 3 2C 0 18 128 29 3B
Octal 273 154 301 3 54 0 30 450 51 73
Binary 10111011 1101100 11000001 11 101100 0 11000 100101000 101001 111011

Color Harmonies of #BB6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CC1

Black with #BB6CC1

Text Example


Text Example

White with #BB6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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