Html Css Color HEX #BD55A8 Fuchsia

📋 copy color: '#BD55A8'

red 189 ◦ green 85 ◦ blue 168

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

Shades of Fuchsia #BD55A8

Tints of Fuchsia #BD55A8

RGB

 RED value IS 189 (74.22% from 255) = 42.76%

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 42.76%
G = 19.23%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD55A8 (or 0xBD55A8) is known color: Fuchsia. HEX triplet: BD, 55 and A8. RGB value is (189,85,168). Sum of RGB (Red+Green+Blue) = 189+85+168=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD55A8 is #42AA57. Grayscale: #7D7D7D. Windows color (decimal): -4368984 or 11031997. OLE color: 11031997.

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

Color convert

RGB 189 85 168 -
CMYK 0 0.55 0.11 0.26
HSL 312.12º 0.44% 0.54% -
HSV(B) 312.12º 0.55% 0.74% -
XYZ 31.3 20.14 39.28 -
YUV 125.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 189 85 168 0 0.55 0.11 0.26 312.12 0.44 0.54
Hex BD 55 A8 0 37 B 1A 138 2C 36
Octal 275 125 250 0 67 13 32 470 54 66
Binary 10111101 1010101 10101000 0 110111 1011 11010 100111000 101100 110110

Color Harmonies of #BD55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55A8

Black with #BD55A8

Text Example


Text Example

White with #BD55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55A8; }

 p { color: rgb(189,85,168); }

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

background-color css

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

 a { background-color: rgb(189,85,168); }

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

border-color css

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

 span { border-color: rgb(189,85,168); }

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