Html Css Color HEX #BD5DCE Medium Orchid

📋 copy color: '#BD5DCE'

red 189 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #BD5DCE

Tints of Medium Orchid #BD5DCE

RGB

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

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

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

R = 38.73%
G = 19.06%
B = 42.21%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD5DCE (or 0xBD5DCE) is known color: Medium Orchid. HEX triplet: BD, 5D and CE. RGB value is (189,93,206). Sum of RGB (Red+Green+Blue) = 189+93+206=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DCE is #42A231. Grayscale: #868686. Windows color (decimal): -4366898 or 13524413. OLE color: 13524413.

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

Color convert

RGB 189 93 206 -
CMYK 0.08 0.55 0 0.19
HSL 290.97º 0.54% 0.59% -
HSV(B) 290.97º 0.55% 0.81% -
XYZ 36.04 23.1 60.95 -
YUV 134.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 189 93 206 0.08 0.55 0 0.19 290.97 0.54 0.59
Hex BD 5D CE 8 37 0 13 123 36 3B
Octal 275 135 316 10 67 0 23 443 66 73
Binary 10111101 1011101 11001110 1000 110111 0 10011 100100011 110110 111011

Color Harmonies of #BD5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DCE

Black with #BD5DCE

Text Example


Text Example

White with #BD5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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