Html Css Color HEX #BE44CE Medium Orchid

📋 copy color: '#BE44CE'

red 190 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #BE44CE

Tints of Medium Orchid #BE44CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 40.95%
G = 14.66%
B = 44.4%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE44CE (or 0xBE44CE) is known color: Medium Orchid. HEX triplet: BE, 44 and CE. RGB value is (190,68,206). Sum of RGB (Red+Green+Blue) = 190+68+206=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44CE is #41BB31. Grayscale: #777777. Windows color (decimal): -4307762 or 13518014. OLE color: 13518014.

HSL color Cylindrical-coordinate representation of color #BE44CE: hue angle of 293.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE44CE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 68 206 -
CMYK 0.08 0.67 0 0.19
HSL 293.04º 0.58% 0.54% -
HSV(B) 293.04º 0.67% 0.81% -
XYZ 34.44 19.54 60.35 -
YUV 120.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 190 68 206 0.08 0.67 0 0.19 293.04 0.58 0.54
Hex BE 44 CE 8 43 0 13 125 3A 36
Octal 276 104 316 10 103 0 23 445 72 66
Binary 10111110 1000100 11001110 1000 1000011 0 10011 100100101 111010 110110

Color Harmonies of #BE44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44CE

Black with #BE44CE

Text Example


Text Example

White with #BE44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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