Html Css Color HEX #BD5EEE Medium Orchid

📋 copy color: '#BD5EEE'

red 189 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #BD5EEE

Tints of Medium Orchid #BD5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 36.28%
G = 18.04%
B = 45.68%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD5EEE (or 0xBD5EEE) is known color: Medium Orchid. HEX triplet: BD, 5E and EE. RGB value is (189,94,238). Sum of RGB (Red+Green+Blue) = 189+94+238=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EEE is #42A111. Grayscale: #8A8A8A. Windows color (decimal): -4366610 or 15621821. OLE color: 15621821.

HSL color Cylindrical-coordinate representation of color #BD5EEE: hue angle of 279.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5EEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 94 238 -
CMYK 0.21 0.61 0 0.07
HSL 279.58º 0.81% 0.65% -
HSV(B) 279.58º 0.61% 0.93% -
XYZ 40.42 25 83.58 -
YUV 138.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 189 94 238 0.21 0.61 0 0.07 279.58 0.81 0.65
Hex BD 5E EE 15 3D 0 7 118 51 41
Octal 275 136 356 25 75 0 7 430 121 101
Binary 10111101 1011110 11101110 10101 111101 0 111 100011000 1010001 1000001

Color Harmonies of #BD5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EEE

Black with #BD5EEE

Text Example


Text Example

White with #BD5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EEE; }

 p { color: rgb(189,94,238); }

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

background-color css

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

 a { background-color: rgb(189,94,238); }

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

border-color css

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

 span { border-color: rgb(189,94,238); }

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