Html Css Color HEX #BB5FBC Fuchsia

📋 copy color: '#BB5FBC'

red 187 ◦ green 95 ◦ blue 188

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

Shades of Fuchsia #BB5FBC

Tints of Fuchsia #BB5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 39.79%
G = 20.21%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB5FBC (or 0xBB5FBC) is known color: Fuchsia. HEX triplet: BB, 5F and BC. RGB value is (187,95,188). Sum of RGB (Red+Green+Blue) = 187+95+188=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBC is #44A043. Grayscale: #848484. Windows color (decimal): -4497476 or 12345275. OLE color: 12345275.

HSL color Cylindrical-coordinate representation of color #BB5FBC: hue angle of 299.35º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5FBC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 95 188 -
CMYK 0.01 0.49 0 0.26
HSL 299.35º 0.41% 0.55% -
HSV(B) 299.35º 0.49% 0.74% -
XYZ 33.66 22.38 50.12 -
YUV 133.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 187 95 188 0.01 0.49 0 0.26 299.35 0.41 0.55
Hex BB 5F BC 1 31 0 1A 12B 29 37
Octal 273 137 274 1 61 0 32 453 51 67
Binary 10111011 1011111 10111100 1 110001 0 11010 100101011 101001 110111

Color Harmonies of #BB5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FBC

Black with #BB5FBC

Text Example


Text Example

White with #BB5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FBC; }

 p { color: rgb(187,95,188); }

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

background-color css

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

 a { background-color: rgb(187,95,188); }

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

border-color css

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

 span { border-color: rgb(187,95,188); }

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