Html Css Color HEX #BD5CDE Medium Orchid

📋 copy color: '#BD5CDE'

red 189 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #BD5CDE

Tints of Medium Orchid #BD5CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 37.57%
G = 18.29%
B = 44.14%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD5CDE (or 0xBD5CDE) is known color: Medium Orchid. HEX triplet: BD, 5C and DE. RGB value is (189,92,222). Sum of RGB (Red+Green+Blue) = 189+92+222=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CDE is #42A321. Grayscale: #878787. Windows color (decimal): -4367138 or 14572733. OLE color: 14572733.

HSL color Cylindrical-coordinate representation of color #BD5CDE: hue angle of 284.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5CDE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 92 222 -
CMYK 0.15 0.59 0 0.13
HSL 284.77º 0.66% 0.62% -
HSV(B) 284.77º 0.59% 0.87% -
XYZ 38 23.75 71.69 -
YUV 135.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 189 92 222 0.15 0.59 0 0.13 284.77 0.66 0.62
Hex BD 5C DE F 3B 0 D 11D 42 3E
Octal 275 134 336 17 73 0 15 435 102 76
Binary 10111101 1011100 11011110 1111 111011 0 1101 100011101 1000010 111110

Color Harmonies of #BD5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CDE

Black with #BD5CDE

Text Example


Text Example

White with #BD5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CDE; }

 p { color: rgb(189,92,222); }

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

background-color css

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

 a { background-color: rgb(189,92,222); }

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

border-color css

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

 span { border-color: rgb(189,92,222); }

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