Html Css Color HEX #BD58DB Medium Orchid

📋 copy color: '#BD58DB'

red 189 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #BD58DB

Tints of Medium Orchid #BD58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 38.1%
G = 17.74%
B = 44.15%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD58DB (or 0xBD58DB) is known color: Medium Orchid. HEX triplet: BD, 58 and DB. RGB value is (189,88,219). Sum of RGB (Red+Green+Blue) = 189+88+219=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58DB is #42A724. Grayscale: #848484. Windows color (decimal): -4368165 or 14375101. OLE color: 14375101.

HSL color Cylindrical-coordinate representation of color #BD58DB: hue angle of 286.26º 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 #BD58DB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 88 219 -
CMYK 0.14 0.60 0 0.14
HSL 286.26º 0.65% 0.6% -
HSV(B) 286.26º 0.6% 0.86% -
XYZ 37.26 22.91 69.48 -
YUV 133.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 189 88 219 0.14 0.60 0 0.14 286.26 0.65 0.6
Hex BD 58 DB E 3C 0 E 11E 41 3C
Octal 275 130 333 16 74 0 16 436 101 74
Binary 10111101 1011000 11011011 1110 111100 0 1110 100011110 1000001 111100

Color Harmonies of #BD58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58DB

Black with #BD58DB

Text Example


Text Example

White with #BD58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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