Html Css Color HEX #BD57A7 Fuchsia

📋 copy color: '#BD57A7'

red 189 ◦ green 87 ◦ blue 167

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

Shades of Fuchsia #BD57A7

Tints of Fuchsia #BD57A7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 42.66%
G = 19.64%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD57A7 (or 0xBD57A7) is known color: Fuchsia. HEX triplet: BD, 57 and A7. RGB value is (189,87,167). Sum of RGB (Red+Green+Blue) = 189+87+167=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57A7 is #42A858. Grayscale: #7E7E7E. Windows color (decimal): -4368473 or 10966973. OLE color: 10966973.

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

Color convert

RGB 189 87 167 -
CMYK 0 0.54 0.12 0.26
HSL 312.94º 0.44% 0.54% -
HSV(B) 312.94º 0.54% 0.74% -
XYZ 31.37 20.43 38.85 -
YUV 126.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 189 87 167 0 0.54 0.12 0.26 312.94 0.44 0.54
Hex BD 57 A7 0 36 C 1A 139 2C 36
Octal 275 127 247 0 66 14 32 471 54 66
Binary 10111101 1010111 10100111 0 110110 1100 11010 100111001 101100 110110

Color Harmonies of #BD57A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57A7

Black with #BD57A7

Text Example


Text Example

White with #BD57A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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