Html Css Color HEX #BB3CB2 Fuchsia

📋 copy color: '#BB3CB2'

red 187 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #BB3CB2

Tints of Fuchsia #BB3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.12%

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

R = 44%
G = 14.12%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB3CB2 (or 0xBB3CB2) is known color: Fuchsia. HEX triplet: BB, 3C and B2. RGB value is (187,60,178). Sum of RGB (Red+Green+Blue) = 187+60+178=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CB2 is #44C34D. Grayscale: #6F6F6F. Windows color (decimal): -4506446 or 11680955. OLE color: 11680955.

HSL color Cylindrical-coordinate representation of color #BB3CB2: hue angle of 304.25º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3CB2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 178 -
CMYK 0 0.68 0.05 0.27
HSL 304.25º 0.51% 0.48% -
HSV(B) 304.25º 0.68% 0.73% -
XYZ 30.15 17.01 43.81 -
YUV 111.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 187 60 178 0 0.68 0.05 0.27 304.25 0.51 0.48
Hex BB 3C B2 0 44 5 1B 130 33 30
Octal 273 74 262 0 104 5 33 460 63 60
Binary 10111011 111100 10110010 0 1000100 101 11011 100110000 110011 110000

Color Harmonies of #BB3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CB2

Black with #BB3CB2

Text Example


Text Example

White with #BB3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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