Html Css Color HEX #BD40DB Medium Orchid

📋 copy color: '#BD40DB'

red 189 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #BD40DB

Tints of Medium Orchid #BD40DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 40.04%
G = 13.56%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD40DB (or 0xBD40DB) is known color: Medium Orchid. HEX triplet: BD, 40 and DB. RGB value is (189,64,219). Sum of RGB (Red+Green+Blue) = 189+64+219=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DB is #42BF24. Grayscale: #767676. Windows color (decimal): -4374309 or 14368957. OLE color: 14368957.

HSL color Cylindrical-coordinate representation of color #BD40DB: hue angle of 288.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD40DB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 64 219 -
CMYK 0.14 0.71 0 0.14
HSL 288.39º 0.68% 0.55% -
HSV(B) 288.39º 0.71% 0.86% -
XYZ 35.61 19.6 68.92 -
YUV 119.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 189 64 219 0.14 0.71 0 0.14 288.39 0.68 0.55
Hex BD 40 DB E 47 0 E 120 44 37
Octal 275 100 333 16 107 0 16 440 104 67
Binary 10111101 1000000 11011011 1110 1000111 0 1110 100100000 1000100 110111

Color Harmonies of #BD40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40DB

Black with #BD40DB

Text Example


Text Example

White with #BD40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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