Html Css Color HEX #BD40EC Medium Orchid

📋 copy color: '#BD40EC'

red 189 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #BD40EC

Tints of Medium Orchid #BD40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 38.65%
G = 13.09%
B = 48.26%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD40EC (or 0xBD40EC) is known color: Medium Orchid. HEX triplet: BD, 40 and EC. RGB value is (189,64,236). Sum of RGB (Red+Green+Blue) = 189+64+236=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40EC is #42BF13. Grayscale: #787878. Windows color (decimal): -4374292 or 15483069. OLE color: 15483069.

HSL color Cylindrical-coordinate representation of color #BD40EC: hue angle of 283.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD40EC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 64 236 -
CMYK 0.20 0.73 0 0.07
HSL 283.6º 0.82% 0.59% -
HSV(B) 283.6º 0.73% 0.93% -
XYZ 37.96 20.54 81.32 -
YUV 120.98 192.91 176.51 -
System Red Green Blue C M Y K H S L
Decimal 189 64 236 0.20 0.73 0 0.07 283.6 0.82 0.59
Hex BD 40 EC 14 49 0 7 11C 52 3B
Octal 275 100 354 24 111 0 7 434 122 73
Binary 10111101 1000000 11101100 10100 1001001 0 111 100011100 1010010 111011

Color Harmonies of #BD40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40EC

Black with #BD40EC

Text Example


Text Example

White with #BD40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40EC; }

 p { color: rgb(189,64,236); }

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

background-color css

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

 a { background-color: rgb(189,64,236); }

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

border-color css

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

 span { border-color: rgb(189,64,236); }

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