Html Css Color HEX #BB5FA8 Fuchsia

📋 copy color: '#BB5FA8'

red 187 ◦ green 95 ◦ blue 168

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

Shades of Fuchsia #BB5FA8

Tints of Fuchsia #BB5FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 41.56%
G = 21.11%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB5FA8 (or 0xBB5FA8) is known color: Fuchsia. HEX triplet: BB, 5F and A8. RGB value is (187,95,168). Sum of RGB (Red+Green+Blue) = 187+95+168=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5FA8 is #44A057. Grayscale: #828282. Windows color (decimal): -4497496 or 11034555. OLE color: 11034555.

HSL color Cylindrical-coordinate representation of color #BB5FA8: hue angle of 312.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5FA8 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 95 168 -
CMYK 0 0.49 0.10 0.27
HSL 312.39º 0.4% 0.55% -
HSV(B) 312.39º 0.49% 0.73% -
XYZ 31.65 21.58 39.54 -
YUV 130.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 187 95 168 0 0.49 0.10 0.27 312.39 0.4 0.55
Hex BB 5F A8 0 31 A 1B 138 28 37
Octal 273 137 250 0 61 12 33 470 50 67
Binary 10111011 1011111 10101000 0 110001 1010 11011 100111000 101000 110111

Color Harmonies of #BB5FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FA8

Black with #BB5FA8

Text Example


Text Example

White with #BB5FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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