Html Css Color HEX #BD5DEB Medium Orchid

📋 copy color: '#BD5DEB'

red 189 ◦ green 93 ◦ blue 235

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

Shades of Medium Orchid #BD5DEB

Tints of Medium Orchid #BD5DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 36.56%
G = 17.99%
B = 45.45%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD5DEB (or 0xBD5DEB) is known color: Medium Orchid. HEX triplet: BD, 5D and EB. RGB value is (189,93,235). Sum of RGB (Red+Green+Blue) = 189+93+235=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DEB is #42A214. Grayscale: #898989. Windows color (decimal): -4366869 or 15424957. OLE color: 15424957.

HSL color Cylindrical-coordinate representation of color #BD5DEB: hue angle of 280.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5DEB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 93 235 -
CMYK 0.20 0.60 0 0.08
HSL 280.56º 0.78% 0.64% -
HSV(B) 280.56º 0.6% 0.92% -
XYZ 39.9 24.65 81.25 -
YUV 137.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 189 93 235 0.20 0.60 0 0.08 280.56 0.78 0.64
Hex BD 5D EB 14 3C 0 8 119 4E 40
Octal 275 135 353 24 74 0 10 431 116 100
Binary 10111101 1011101 11101011 10100 111100 0 1000 100011001 1001110 1000000

Color Harmonies of #BD5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DEB

Black with #BD5DEB

Text Example


Text Example

White with #BD5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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