Html Css Color HEX #BD5BDC Medium Orchid

📋 copy color: '#BD5BDC'

red 189 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #BD5BDC

Tints of Medium Orchid #BD5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.2%

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

R = 37.8%
G = 18.2%
B = 44%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5BDC (or 0xBD5BDC) is known color: Medium Orchid. HEX triplet: BD, 5B and DC. RGB value is (189,91,220). Sum of RGB (Red+Green+Blue) = 189+91+220=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BDC is #42A423. Grayscale: #868686. Windows color (decimal): -4367396 or 14441405. OLE color: 14441405.

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

Color convert

RGB 189 91 220 -
CMYK 0.14 0.59 0 0.14
HSL 285.58º 0.65% 0.61% -
HSV(B) 285.58º 0.59% 0.86% -
XYZ 37.65 23.47 70.26 -
YUV 135.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 189 91 220 0.14 0.59 0 0.14 285.58 0.65 0.61
Hex BD 5B DC E 3B 0 E 11E 41 3D
Octal 275 133 334 16 73 0 16 436 101 75
Binary 10111101 1011011 11011100 1110 111011 0 1110 100011110 1000001 111101

Color Harmonies of #BD5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BDC

Black with #BD5BDC

Text Example


Text Example

White with #BD5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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