Html Css Color HEX #BB3CBE Fuchsia

📋 copy color: '#BB3CBE'

red 187 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #BB3CBE

Tints of Fuchsia #BB3CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 42.79%
G = 13.73%
B = 43.48%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB3CBE (or 0xBB3CBE) is known color: Fuchsia. HEX triplet: BB, 3C and BE. RGB value is (187,60,190). Sum of RGB (Red+Green+Blue) = 187+60+190=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB3CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CBE is #44C341. Grayscale: #707070. Windows color (decimal): -4506434 or 12467387. OLE color: 12467387.

HSL color Cylindrical-coordinate representation of color #BB3CBE: hue angle of 298.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3CBE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 60 190 -
CMYK 0.02 0.68 0 0.25
HSL 298.62º 0.52% 0.49% -
HSV(B) 298.62º 0.68% 0.75% -
XYZ 31.4 17.51 50.44 -
YUV 112.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 187 60 190 0.02 0.68 0 0.25 298.62 0.52 0.49
Hex BB 3C BE 2 44 0 19 12B 34 31
Octal 273 74 276 2 104 0 31 453 64 61
Binary 10111011 111100 10111110 10 1000100 0 11001 100101011 110100 110001

Color Harmonies of #BB3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CBE

Black with #BB3CBE

Text Example


Text Example

White with #BB3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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