Html Css Color HEX #BD40DE Medium Orchid

📋 copy color: '#BD40DE'

red 189 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #BD40DE

Tints of Medium Orchid #BD40DE

RGB

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

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

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

R = 39.79%
G = 13.47%
B = 46.74%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD40DE (or 0xBD40DE) is known color: Medium Orchid. HEX triplet: BD, 40 and DE. RGB value is (189,64,222). Sum of RGB (Red+Green+Blue) = 189+64+222=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DE is #42BF21. Grayscale: #767676. Windows color (decimal): -4374306 or 14565565. OLE color: 14565565.

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

Color convert

RGB 189 64 222 -
CMYK 0.15 0.71 0 0.13
HSL 287.47º 0.71% 0.56% -
HSV(B) 287.47º 0.71% 0.87% -
XYZ 36 19.76 71.02 -
YUV 119.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 189 64 222 0.15 0.71 0 0.13 287.47 0.71 0.56
Hex BD 40 DE F 47 0 D 11F 47 38
Octal 275 100 336 17 107 0 15 437 107 70
Binary 10111101 1000000 11011110 1111 1000111 0 1101 100011111 1000111 111000

Color Harmonies of #BD40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40DE

Black with #BD40DE

Text Example


Text Example

White with #BD40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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