Html Css Color HEX #BD57EC Medium Orchid

📋 copy color: '#BD57EC'

red 189 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #BD57EC

Tints of Medium Orchid #BD57EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 36.91%
G = 16.99%
B = 46.09%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD57EC (or 0xBD57EC) is known color: Medium Orchid. HEX triplet: BD, 57 and EC. RGB value is (189,87,236). Sum of RGB (Red+Green+Blue) = 189+87+236=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57EC is #42A813. Grayscale: #858585. Windows color (decimal): -4368404 or 15488957. OLE color: 15488957.

HSL color Cylindrical-coordinate representation of color #BD57EC: hue angle of 281.07º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD57EC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 87 236 -
CMYK 0.20 0.63 0 0.07
HSL 281.07º 0.8% 0.63% -
HSV(B) 281.07º 0.63% 0.93% -
XYZ 39.53 23.69 81.85 -
YUV 134.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 189 87 236 0.20 0.63 0 0.07 281.07 0.8 0.63
Hex BD 57 EC 14 3F 0 7 119 50 3F
Octal 275 127 354 24 77 0 7 431 120 77
Binary 10111101 1010111 11101100 10100 111111 0 111 100011001 1010000 111111

Color Harmonies of #BD57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57EC

Black with #BD57EC

Text Example


Text Example

White with #BD57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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