Html Css Color HEX #BD4EDA Medium Orchid

📋 copy color: '#BD4EDA'

red 189 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #BD4EDA

Tints of Medium Orchid #BD4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 38.97%
G = 16.08%
B = 44.95%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD4EDA (or 0xBD4EDA) is known color: Medium Orchid. HEX triplet: BD, 4E and DA. RGB value is (189,78,218). Sum of RGB (Red+Green+Blue) = 189+78+218=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EDA is #42B125. Grayscale: #7E7E7E. Windows color (decimal): -4370726 or 14307005. OLE color: 14307005.

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

Color convert

RGB 189 78 218 -
CMYK 0.13 0.64 0 0.15
HSL 287.57º 0.65% 0.58% -
HSV(B) 287.57º 0.64% 0.85% -
XYZ 36.37 21.33 68.53 -
YUV 127.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 189 78 218 0.13 0.64 0 0.15 287.57 0.65 0.58
Hex BD 4E DA D 40 0 F 120 41 3A
Octal 275 116 332 15 100 0 17 440 101 72
Binary 10111101 1001110 11011010 1101 1000000 0 1111 100100000 1000001 111010

Color Harmonies of #BD4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EDA

Black with #BD4EDA

Text Example


Text Example

White with #BD4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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