Html Css Color HEX #BD5EDC Medium Orchid

📋 copy color: '#BD5EDC'

red 189 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #BD5EDC

Tints of Medium Orchid #BD5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 37.57%
G = 18.69%
B = 43.74%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5EDC (or 0xBD5EDC) is known color: Medium Orchid. HEX triplet: BD, 5E and DC. RGB value is (189,94,220). Sum of RGB (Red+Green+Blue) = 189+94+220=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EDC is #42A123. Grayscale: #888888. Windows color (decimal): -4366628 or 14442173. OLE color: 14442173.

HSL color Cylindrical-coordinate representation of color #BD5EDC: hue angle of 285.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5EDC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 94 220 -
CMYK 0.14 0.57 0 0.14
HSL 285.24º 0.64% 0.62% -
HSV(B) 285.24º 0.57% 0.86% -
XYZ 37.91 23.99 70.34 -
YUV 136.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 189 94 220 0.14 0.57 0 0.14 285.24 0.64 0.62
Hex BD 5E DC E 39 0 E 11D 40 3E
Octal 275 136 334 16 71 0 16 435 100 76
Binary 10111101 1011110 11011100 1110 111001 0 1110 100011101 1000000 111110

Color Harmonies of #BD5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EDC

Black with #BD5EDC

Text Example


Text Example

White with #BD5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EDC; }

 p { color: rgb(189,94,220); }

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

background-color css

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

 a { background-color: rgb(189,94,220); }

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

border-color css

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

 span { border-color: rgb(189,94,220); }

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