Html Css Color HEX #BD58DD Medium Orchid

📋 copy color: '#BD58DD'

red 189 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #BD58DD

Tints of Medium Orchid #BD58DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 37.95%
G = 17.67%
B = 44.38%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD58DD (or 0xBD58DD) is known color: Medium Orchid. HEX triplet: BD, 58 and DD. RGB value is (189,88,221). Sum of RGB (Red+Green+Blue) = 189+88+221=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58DD is #42A722. Grayscale: #848484. Windows color (decimal): -4368163 or 14506173. OLE color: 14506173.

HSL color Cylindrical-coordinate representation of color #BD58DD: hue angle of 285.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD58DD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 88 221 -
CMYK 0.14 0.60 0 0.13
HSL 285.56º 0.66% 0.61% -
HSV(B) 285.56º 0.6% 0.87% -
XYZ 37.53 23.02 70.87 -
YUV 133.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 189 88 221 0.14 0.60 0 0.13 285.56 0.66 0.61
Hex BD 58 DD E 3C 0 D 11E 42 3D
Octal 275 130 335 16 74 0 15 436 102 75
Binary 10111101 1011000 11011101 1110 111100 0 1101 100011110 1000010 111101

Color Harmonies of #BD58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58DD

Black with #BD58DD

Text Example


Text Example

White with #BD58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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