Html Css Color HEX #BD58A7 Fuchsia

📋 copy color: '#BD58A7'

red 189 ◦ green 88 ◦ blue 167

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

Shades of Fuchsia #BD58A7

Tints of Fuchsia #BD58A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.61%

R = 42.57%
G = 19.82%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD58A7 (or 0xBD58A7) is known color: Fuchsia. HEX triplet: BD, 58 and A7. RGB value is (189,88,167). Sum of RGB (Red+Green+Blue) = 189+88+167=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58A7 is #42A758. Grayscale: #7E7E7E. Windows color (decimal): -4368217 or 10967229. OLE color: 10967229.

HSL color Cylindrical-coordinate representation of color #BD58A7: hue angle of 313.07º 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 #BD58A7 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 88 167 -
CMYK 0 0.53 0.12 0.26
HSL 313.07º 0.43% 0.54% -
HSV(B) 313.07º 0.53% 0.74% -
XYZ 31.45 20.59 38.88 -
YUV 127.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 189 88 167 0 0.53 0.12 0.26 313.07 0.43 0.54
Hex BD 58 A7 0 35 C 1A 139 2B 36
Octal 275 130 247 0 65 14 32 471 53 66
Binary 10111101 1011000 10100111 0 110101 1100 11010 100111001 101011 110110

Color Harmonies of #BD58A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58A7

Black with #BD58A7

Text Example


Text Example

White with #BD58A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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