Html Css Color HEX #BD58A8 Fuchsia

📋 copy color: '#BD58A8'

red 189 ◦ green 88 ◦ blue 168

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

Shades of Fuchsia #BD58A8

Tints of Fuchsia #BD58A8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

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

R = 42.47%
G = 19.78%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD58A8 (or 0xBD58A8) is known color: Fuchsia. HEX triplet: BD, 58 and A8. RGB value is (189,88,168). Sum of RGB (Red+Green+Blue) = 189+88+168=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58A8 is #42A757. Grayscale: #7F7F7F. Windows color (decimal): -4368216 or 11032765. OLE color: 11032765.

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

Color convert

RGB 189 88 168 -
CMYK 0 0.53 0.11 0.26
HSL 312.48º 0.43% 0.54% -
HSV(B) 312.48º 0.53% 0.74% -
XYZ 31.54 20.63 39.36 -
YUV 127.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 189 88 168 0 0.53 0.11 0.26 312.48 0.43 0.54
Hex BD 58 A8 0 35 B 1A 138 2B 36
Octal 275 130 250 0 65 13 32 470 53 66
Binary 10111101 1011000 10101000 0 110101 1011 11010 100111000 101011 110110

Color Harmonies of #BD58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58A8

Black with #BD58A8

Text Example


Text Example

White with #BD58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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