Html Css Color HEX #BD4EDE Medium Orchid

📋 copy color: '#BD4EDE'

red 189 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #BD4EDE

Tints of Medium Orchid #BD4EDE

RGB

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

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

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

R = 38.65%
G = 15.95%
B = 45.4%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD4EDE (or 0xBD4EDE) is known color: Medium Orchid. HEX triplet: BD, 4E and DE. RGB value is (189,78,222). Sum of RGB (Red+Green+Blue) = 189+78+222=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EDE is #42B121. Grayscale: #7F7F7F. Windows color (decimal): -4370722 or 14569149. OLE color: 14569149.

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

Color convert

RGB 189 78 222 -
CMYK 0.15 0.65 0 0.13
HSL 286.25º 0.69% 0.59% -
HSV(B) 286.25º 0.65% 0.87% -
XYZ 36.9 21.54 71.32 -
YUV 127.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 189 78 222 0.15 0.65 0 0.13 286.25 0.69 0.59
Hex BD 4E DE F 41 0 D 11E 45 3B
Octal 275 116 336 17 101 0 15 436 105 73
Binary 10111101 1001110 11011110 1111 1000001 0 1101 100011110 1000101 111011

Color Harmonies of #BD4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EDE

Black with #BD4EDE

Text Example


Text Example

White with #BD4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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