Html Css Color HEX #BB45BE Fuchsia

📋 copy color: '#BB45BE'

red 187 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #BB45BE

Tints of Fuchsia #BB45BE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

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

R = 41.93%
G = 15.47%
B = 42.6%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB45BE (or 0xBB45BE) is known color: Fuchsia. HEX triplet: BB, 45 and BE. RGB value is (187,69,190). Sum of RGB (Red+Green+Blue) = 187+69+190=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45BE is #44BA41. Grayscale: #757575. Windows color (decimal): -4504130 or 12469691. OLE color: 12469691.

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

Color convert

RGB 187 69 190 -
CMYK 0.02 0.64 0 0.25
HSL 298.51º 0.48% 0.51% -
HSV(B) 298.51º 0.64% 0.75% -
XYZ 31.92 18.54 50.61 -
YUV 118.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 187 69 190 0.02 0.64 0 0.25 298.51 0.48 0.51
Hex BB 45 BE 2 40 0 19 12B 30 33
Octal 273 105 276 2 100 0 31 453 60 63
Binary 10111011 1000101 10111110 10 1000000 0 11001 100101011 110000 110011

Color Harmonies of #BB45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45BE

Black with #BB45BE

Text Example


Text Example

White with #BB45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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