Html Css Color HEX #BD57CE Medium Orchid

📋 copy color: '#BD57CE'

red 189 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #BD57CE

Tints of Medium Orchid #BD57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

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

R = 39.21%
G = 18.05%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD57CE (or 0xBD57CE) is known color: Medium Orchid. HEX triplet: BD, 57 and CE. RGB value is (189,87,206). Sum of RGB (Red+Green+Blue) = 189+87+206=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57CE is #42A831. Grayscale: #828282. Windows color (decimal): -4368434 or 13522877. OLE color: 13522877.

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

Color convert

RGB 189 87 206 -
CMYK 0.08 0.58 0 0.19
HSL 291.43º 0.55% 0.57% -
HSV(B) 291.43º 0.58% 0.81% -
XYZ 35.54 22.09 60.78 -
YUV 131.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 189 87 206 0.08 0.58 0 0.19 291.43 0.55 0.57
Hex BD 57 CE 8 3A 0 13 123 37 39
Octal 275 127 316 10 72 0 23 443 67 71
Binary 10111101 1010111 11001110 1000 111010 0 10011 100100011 110111 111001

Color Harmonies of #BD57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57CE

Black with #BD57CE

Text Example


Text Example

White with #BD57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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