Html Css Color HEX #BD44DC Medium Orchid

📋 copy color: '#BD44DC'

red 189 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #BD44DC

Tints of Medium Orchid #BD44DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 39.62%
G = 14.26%
B = 46.12%

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

#BD44DC (or 0xBD44DC) is known color: Medium Orchid. HEX triplet: BD, 44 and DC. RGB value is (189,68,220). Sum of RGB (Red+Green+Blue) = 189+68+220=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44DC is #42BB23. Grayscale: #797979. Windows color (decimal): -4373284 or 14435517. OLE color: 14435517.

HSL color Cylindrical-coordinate representation of color #BD44DC: hue angle of 287.76º 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 #BD44DC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 68 220 -
CMYK 0.14 0.69 0 0.14
HSL 287.76º 0.68% 0.56% -
HSV(B) 287.76º 0.69% 0.86% -
XYZ 35.97 20.12 69.7 -
YUV 121.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 189 68 220 0.14 0.69 0 0.14 287.76 0.68 0.56
Hex BD 44 DC E 45 0 E 120 44 38
Octal 275 104 334 16 105 0 16 440 104 70
Binary 10111101 1000100 11011100 1110 1000101 0 1110 100100000 1000100 111000

Color Harmonies of #BD44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44DC

Black with #BD44DC

Text Example


Text Example

White with #BD44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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