Html Css Color HEX #BB3CB7 Fuchsia

📋 copy color: '#BB3CB7'

red 187 ◦ green 60 ◦ blue 183

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

Shades of Fuchsia #BB3CB7

Tints of Fuchsia #BB3CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 43.49%
G = 13.95%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB3CB7 (or 0xBB3CB7) is known color: Fuchsia. HEX triplet: BB, 3C and B7. RGB value is (187,60,183). Sum of RGB (Red+Green+Blue) = 187+60+183=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CB7 is #44C348. Grayscale: #6F6F6F. Windows color (decimal): -4506441 or 12008635. OLE color: 12008635.

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

Color convert

RGB 187 60 183 -
CMYK 0 0.68 0.02 0.27
HSL 301.89º 0.51% 0.48% -
HSV(B) 301.89º 0.68% 0.73% -
XYZ 30.66 17.22 46.51 -
YUV 112 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 187 60 183 0 0.68 0.02 0.27 301.89 0.51 0.48
Hex BB 3C B7 0 44 2 1B 12E 33 30
Octal 273 74 267 0 104 2 33 456 63 60
Binary 10111011 111100 10110111 0 1000100 10 11011 100101110 110011 110000

Color Harmonies of #BB3CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CB7

Black with #BB3CB7

Text Example


Text Example

White with #BB3CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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