Html Css Color HEX #BD40EE Medium Orchid

📋 copy color: '#BD40EE'

red 189 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #BD40EE

Tints of Medium Orchid #BD40EE

RGB

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

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

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

R = 38.49%
G = 13.03%
B = 48.47%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD40EE (or 0xBD40EE) is known color: Medium Orchid. HEX triplet: BD, 40 and EE. RGB value is (189,64,238). Sum of RGB (Red+Green+Blue) = 189+64+238=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40EE is #42BF11. Grayscale: #787878. Windows color (decimal): -4374290 or 15614141. OLE color: 15614141.

HSL color Cylindrical-coordinate representation of color #BD40EE: hue angle of 283.1º degrees, saturation: 0.84, 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 #BD40EE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 64 238 -
CMYK 0.21 0.73 0 0.07
HSL 283.1º 0.84% 0.59% -
HSV(B) 283.1º 0.73% 0.93% -
XYZ 38.25 20.66 82.86 -
YUV 121.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 189 64 238 0.21 0.73 0 0.07 283.1 0.84 0.59
Hex BD 40 EE 15 49 0 7 11B 54 3B
Octal 275 100 356 25 111 0 7 433 124 73
Binary 10111101 1000000 11101110 10101 1001001 0 111 100011011 1010100 111011

Color Harmonies of #BD40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40EE

Black with #BD40EE

Text Example


Text Example

White with #BD40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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