Html Css Color HEX #BB5CA8 Fuchsia

📋 copy color: '#BB5CA8'

red 187 ◦ green 92 ◦ blue 168

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

Shades of Fuchsia #BB5CA8

Tints of Fuchsia #BB5CA8

RGB

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

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

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

R = 41.83%
G = 20.58%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB5CA8 (or 0xBB5CA8) is known color: Fuchsia. HEX triplet: BB, 5C and A8. RGB value is (187,92,168). Sum of RGB (Red+Green+Blue) = 187+92+168=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA8 is #44A357. Grayscale: #808080. Windows color (decimal): -4498264 or 11033787. OLE color: 11033787.

HSL color Cylindrical-coordinate representation of color #BB5CA8: hue angle of 312º 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 #BB5CA8 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 92 168 -
CMYK 0 0.51 0.10 0.27
HSL 312º 0.41% 0.55% -
HSV(B) 312º 0.51% 0.73% -
XYZ 31.39 21.05 39.45 -
YUV 129.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 187 92 168 0 0.51 0.10 0.27 312 0.41 0.55
Hex BB 5C A8 0 33 A 1B 138 29 37
Octal 273 134 250 0 63 12 33 470 51 67
Binary 10111011 1011100 10101000 0 110011 1010 11011 100111000 101001 110111

Color Harmonies of #BB5CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CA8

Black with #BB5CA8

Text Example


Text Example

White with #BB5CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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