Html Css Color HEX #BD59CE Medium Orchid

📋 copy color: '#BD59CE'

red 189 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #BD59CE

Tints of Medium Orchid #BD59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 39.05%
G = 18.39%
B = 42.56%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD59CE (or 0xBD59CE) is known color: Medium Orchid. HEX triplet: BD, 59 and CE. RGB value is (189,89,206). Sum of RGB (Red+Green+Blue) = 189+89+206=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CE is #42A631. Grayscale: #838383. Windows color (decimal): -4367922 or 13523389. OLE color: 13523389.

HSL color Cylindrical-coordinate representation of color #BD59CE: hue angle of 291.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD59CE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 89 206 -
CMYK 0.08 0.57 0 0.19
HSL 291.28º 0.54% 0.58% -
HSV(B) 291.28º 0.57% 0.81% -
XYZ 35.7 22.42 60.84 -
YUV 132.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 189 89 206 0.08 0.57 0 0.19 291.28 0.54 0.58
Hex BD 59 CE 8 39 0 13 123 36 3A
Octal 275 131 316 10 71 0 23 443 66 72
Binary 10111101 1011001 11001110 1000 111001 0 10011 100100011 110110 111010

Color Harmonies of #BD59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59CE

Black with #BD59CE

Text Example


Text Example

White with #BD59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59CE; }

 p { color: rgb(189,89,206); }

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

background-color css

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

 a { background-color: rgb(189,89,206); }

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

border-color css

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

 span { border-color: rgb(189,89,206); }

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