Html Css Color HEX #BD4EE3 Medium Orchid

📋 copy color: '#BD4EE3'

red 189 ◦ green 78 ◦ blue 227

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

Shades of Medium Orchid #BD4EE3

Tints of Medium Orchid #BD4EE3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 227 (89.06% from 255) = 45.95%

R = 38.26%
G = 15.79%
B = 45.95%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD4EE3 (or 0xBD4EE3) is known color: Medium Orchid. HEX triplet: BD, 4E and E3. RGB value is (189,78,227). Sum of RGB (Red+Green+Blue) = 189+78+227=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD4EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EE3 is #42B11C. Grayscale: #7F7F7F. Windows color (decimal): -4370717 or 14896829. OLE color: 14896829.

HSL color Cylindrical-coordinate representation of color #BD4EE3: hue angle of 284.7º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4EE3 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 78 227 -
CMYK 0.17 0.66 0 0.11
HSL 284.7º 0.73% 0.6% -
HSV(B) 284.7º 0.66% 0.89% -
XYZ 37.58 21.81 74.9 -
YUV 128.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 189 78 227 0.17 0.66 0 0.11 284.7 0.73 0.6
Hex BD 4E E3 11 42 0 B 11D 49 3C
Octal 275 116 343 21 102 0 13 435 111 74
Binary 10111101 1001110 11100011 10001 1000010 0 1011 100011101 1001001 111100

Color Harmonies of #BD4EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EE3

Black with #BD4EE3

Text Example


Text Example

White with #BD4EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EE3; }

 p { color: rgb(189,78,227); }

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

background-color css

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

 a { background-color: rgb(189,78,227); }

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

border-color css

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

 span { border-color: rgb(189,78,227); }

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