Html Css Color HEX #BD58B1 Fuchsia

📋 copy color: '#BD58B1'

red 189 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #BD58B1

Tints of Fuchsia #BD58B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 41.63%
G = 19.38%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD58B1 (or 0xBD58B1) is known color: Fuchsia. HEX triplet: BD, 58 and B1. RGB value is (189,88,177). Sum of RGB (Red+Green+Blue) = 189+88+177=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58B1 is #42A74E. Grayscale: #808080. Windows color (decimal): -4368207 or 11622589. OLE color: 11622589.

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

Color convert

RGB 189 88 177 -
CMYK 0 0.53 0.06 0.26
HSL 307.13º 0.43% 0.54% -
HSV(B) 307.13º 0.53% 0.74% -
XYZ 32.41 20.97 43.93 -
YUV 128.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 189 88 177 0 0.53 0.06 0.26 307.13 0.43 0.54
Hex BD 58 B1 0 35 6 1A 133 2B 36
Octal 275 130 261 0 65 6 32 463 53 66
Binary 10111101 1011000 10110001 0 110101 110 11010 100110011 101011 110110

Color Harmonies of #BD58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58B1

Black with #BD58B1

Text Example


Text Example

White with #BD58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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