Html Css Color HEX #BD44DB Medium Orchid

📋 copy color: '#BD44DB'

red 189 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #BD44DB

Tints of Medium Orchid #BD44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.29%

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

R = 39.71%
G = 14.29%
B = 46.01%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD44DB (or 0xBD44DB) is known color: Medium Orchid. HEX triplet: BD, 44 and DB. RGB value is (189,68,219). Sum of RGB (Red+Green+Blue) = 189+68+219=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44DB is #42BB24. Grayscale: #787878. Windows color (decimal): -4373285 or 14369981. OLE color: 14369981.

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

Color convert

RGB 189 68 219 -
CMYK 0.14 0.69 0 0.14
HSL 288.08º 0.68% 0.56% -
HSV(B) 288.08º 0.69% 0.86% -
XYZ 35.84 20.07 69 -
YUV 121.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 189 68 219 0.14 0.69 0 0.14 288.08 0.68 0.56
Hex BD 44 DB E 45 0 E 120 44 38
Octal 275 104 333 16 105 0 16 440 104 70
Binary 10111101 1000100 11011011 1110 1000101 0 1110 100100000 1000100 111000

Color Harmonies of #BD44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44DB

Black with #BD44DB

Text Example


Text Example

White with #BD44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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