Html Css Color HEX #BE44DD Medium Orchid

📋 copy color: '#BE44DD'

red 190 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #BE44DD

Tints of Medium Orchid #BE44DD

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 39.67%
G = 14.2%
B = 46.14%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE44DD (or 0xBE44DD) is known color: Medium Orchid. HEX triplet: BE, 44 and DD. RGB value is (190,68,221). Sum of RGB (Red+Green+Blue) = 190+68+221=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44DD is #41BB22. Grayscale: #797979. Windows color (decimal): -4307747 or 14501054. OLE color: 14501054.

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

Color convert

RGB 190 68 221 -
CMYK 0.14 0.69 0 0.13
HSL 287.84º 0.69% 0.57% -
HSV(B) 287.84º 0.69% 0.87% -
XYZ 36.35 20.3 70.41 -
YUV 121.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 190 68 221 0.14 0.69 0 0.13 287.84 0.69 0.57
Hex BE 44 DD E 45 0 D 120 45 39
Octal 276 104 335 16 105 0 15 440 105 71
Binary 10111110 1000100 11011101 1110 1000101 0 1101 100100000 1000101 111001

Color Harmonies of #BE44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44DD

Black with #BE44DD

Text Example


Text Example

White with #BE44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44DD; }

 p { color: rgb(190,68,221); }

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

background-color css

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

 a { background-color: rgb(190,68,221); }

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

border-color css

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

 span { border-color: rgb(190,68,221); }

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