Html Css Color HEX #BD5DDC Medium Orchid

📋 copy color: '#BD5DDC'

red 189 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #BD5DDC

Tints of Medium Orchid #BD5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 37.65%
G = 18.53%
B = 43.82%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5DDC (or 0xBD5DDC) is known color: Medium Orchid. HEX triplet: BD, 5D and DC. RGB value is (189,93,220). Sum of RGB (Red+Green+Blue) = 189+93+220=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DDC is #42A223. Grayscale: #878787. Windows color (decimal): -4366884 or 14441917. OLE color: 14441917.

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

Color convert

RGB 189 93 220 -
CMYK 0.14 0.58 0 0.14
HSL 285.35º 0.64% 0.61% -
HSV(B) 285.35º 0.58% 0.86% -
XYZ 37.82 23.81 70.31 -
YUV 136.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 189 93 220 0.14 0.58 0 0.14 285.35 0.64 0.61
Hex BD 5D DC E 3A 0 E 11D 40 3D
Octal 275 135 334 16 72 0 16 435 100 75
Binary 10111101 1011101 11011100 1110 111010 0 1110 100011101 1000000 111101

Color Harmonies of #BD5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DDC

Black with #BD5DDC

Text Example


Text Example

White with #BD5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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