Html Css Color HEX #BD58BA Fuchsia

📋 copy color: '#BD58BA'

red 189 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #BD58BA

Tints of Fuchsia #BD58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 40.82%
G = 19.01%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD58BA (or 0xBD58BA) is known color: Fuchsia. HEX triplet: BD, 58 and BA. RGB value is (189,88,186). Sum of RGB (Red+Green+Blue) = 189+88+186=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58BA is #42A745. Grayscale: #818181. Windows color (decimal): -4368198 or 12212413. OLE color: 12212413.

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

Color convert

RGB 189 88 186 -
CMYK 0 0.53 0.02 0.26
HSL 301.78º 0.43% 0.54% -
HSV(B) 301.78º 0.53% 0.74% -
XYZ 33.34 21.34 48.82 -
YUV 129.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 189 88 186 0 0.53 0.02 0.26 301.78 0.43 0.54
Hex BD 58 BA 0 35 2 1A 12E 2B 36
Octal 275 130 272 0 65 2 32 456 53 66
Binary 10111101 1011000 10111010 0 110101 10 11010 100101110 101011 110110

Color Harmonies of #BD58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58BA

Black with #BD58BA

Text Example


Text Example

White with #BD58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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