Html Css Color HEX #BE44D0 Medium Orchid

📋 copy color: '#BE44D0'

red 190 ◦ green 68 ◦ blue 208

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

Shades of Medium Orchid #BE44D0

Tints of Medium Orchid #BE44D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 40.77%
G = 14.59%
B = 44.64%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE44D0 (or 0xBE44D0) is known color: Medium Orchid. HEX triplet: BE, 44 and D0. RGB value is (190,68,208). Sum of RGB (Red+Green+Blue) = 190+68+208=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE44D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44D0 is #41BB2F. Grayscale: #787878. Windows color (decimal): -4307760 or 13649086. OLE color: 13649086.

HSL color Cylindrical-coordinate representation of color #BE44D0: hue angle of 292.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE44D0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 68 208 -
CMYK 0.09 0.67 0 0.18
HSL 292.29º 0.6% 0.54% -
HSV(B) 292.29º 0.67% 0.82% -
XYZ 34.69 19.64 61.64 -
YUV 120.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 190 68 208 0.09 0.67 0 0.18 292.29 0.6 0.54
Hex BE 44 D0 9 43 0 12 124 3C 36
Octal 276 104 320 11 103 0 22 444 74 66
Binary 10111110 1000100 11010000 1001 1000011 0 10010 100100100 111100 110110

Color Harmonies of #BE44D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44D0

Black with #BE44D0

Text Example


Text Example

White with #BE44D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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