Html Css Color HEX #BD58BE Fuchsia

📋 copy color: '#BD58BE'

red 189 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #BD58BE

Tints of Fuchsia #BD58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 40.47%
G = 18.84%
B = 40.69%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD58BE (or 0xBD58BE) is known color: Fuchsia. HEX triplet: BD, 58 and BE. RGB value is (189,88,190). Sum of RGB (Red+Green+Blue) = 189+88+190=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58BE is #42A741. Grayscale: #818181. Windows color (decimal): -4368194 or 12474557. OLE color: 12474557.

HSL color Cylindrical-coordinate representation of color #BD58BE: hue angle of 299.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD58BE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 88 190 -
CMYK 0.01 0.54 0 0.25
HSL 299.41º 0.44% 0.55% -
HSV(B) 299.41º 0.54% 0.75% -
XYZ 33.77 21.52 51.09 -
YUV 129.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 189 88 190 0.01 0.54 0 0.25 299.41 0.44 0.55
Hex BD 58 BE 1 36 0 19 12B 2C 37
Octal 275 130 276 1 66 0 31 453 54 67
Binary 10111101 1011000 10111110 1 110110 0 11001 100101011 101100 110111

Color Harmonies of #BD58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58BE

Black with #BD58BE

Text Example


Text Example

White with #BD58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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