Html Css Color HEX #BD58DC Medium Orchid

📋 copy color: '#BD58DC'

red 189 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #BD58DC

Tints of Medium Orchid #BD58DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 38.03%
G = 17.71%
B = 44.27%

CMYK

 C value IS 0.14

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD58DC (or 0xBD58DC) is known color: Medium Orchid. HEX triplet: BD, 58 and DC. RGB value is (189,88,220). Sum of RGB (Red+Green+Blue) = 189+88+220=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58DC is #42A723. Grayscale: #848484. Windows color (decimal): -4368164 or 14440637. OLE color: 14440637.

HSL color Cylindrical-coordinate representation of color #BD58DC: hue angle of 285.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD58DC is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 88 220 -
CMYK 0.14 0.6 0 0.14
HSL 285.91º 0.65% 0.6% -
HSV(B) 285.91º 0.6% 0.86% -
XYZ 37.39 22.97 70.17 -
YUV 133.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 189 88 220 0.14 0.6 0 0.14 285.91 0.65 0.6
Hex BD 58 DC E 3C 0 E 11E 41 3C
Octal 275 130 334 16 74 0 16 436 101 74
Binary 10111101 1011000 11011100 1110 111100 0 1110 100011110 1000001 111100

Color Harmonies of #BD58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58DC

Black with #BD58DC

Text Example


Text Example

White with #BD58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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