Html Css Color HEX #BB5CAF Fuchsia

📋 copy color: '#BB5CAF'

red 187 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #BB5CAF

Tints of Fuchsia #BB5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 41.19%
G = 20.26%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB5CAF (or 0xBB5CAF) is known color: Fuchsia. HEX triplet: BB, 5C and AF. RGB value is (187,92,175). Sum of RGB (Red+Green+Blue) = 187+92+175=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CAF is #44A350. Grayscale: #818181. Windows color (decimal): -4498257 or 11492539. OLE color: 11492539.

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

Color convert

RGB 187 92 175 -
CMYK 0 0.51 0.06 0.27
HSL 307.58º 0.41% 0.55% -
HSV(B) 307.58º 0.51% 0.73% -
XYZ 32.06 21.31 42.98 -
YUV 129.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 187 92 175 0 0.51 0.06 0.27 307.58 0.41 0.55
Hex BB 5C AF 0 33 6 1B 134 29 37
Octal 273 134 257 0 63 6 33 464 51 67
Binary 10111011 1011100 10101111 0 110011 110 11011 100110100 101001 110111

Color Harmonies of #BB5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CAF

Black with #BB5CAF

Text Example


Text Example

White with #BB5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CAF; }

 p { color: rgb(187,92,175); }

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

background-color css

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

 a { background-color: rgb(187,92,175); }

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

border-color css

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

 span { border-color: rgb(187,92,175); }

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