Html Css Color HEX #BE70E2 Medium Orchid

📋 copy color: '#BE70E2'

red 190 ◦ green 112 ◦ blue 226

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

Shades of Medium Orchid #BE70E2

Tints of Medium Orchid #BE70E2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 35.98%
G = 21.21%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE70E2 (or 0xBE70E2) is known color: Medium Orchid. HEX triplet: BE, 70 and E2. RGB value is (190,112,226). Sum of RGB (Red+Green+Blue) = 190+112+226=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70E2 is #418F1D. Grayscale: #939393. Windows color (decimal): -4296478 or 14839998. OLE color: 14839998.

HSL color Cylindrical-coordinate representation of color #BE70E2: hue angle of 281.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE70E2 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 112 226 -
CMYK 0.16 0.50 0 0.11
HSL 281.05º 0.66% 0.66% -
HSV(B) 281.05º 0.5% 0.89% -
XYZ 40.76 28.03 75.21 -
YUV 148.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 190 112 226 0.16 0.50 0 0.11 281.05 0.66 0.66
Hex BE 70 E2 10 32 0 B 119 42 42
Octal 276 160 342 20 62 0 13 431 102 102
Binary 10111110 1110000 11100010 10000 110010 0 1011 100011001 1000010 1000010

Color Harmonies of #BE70E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70E2

Black with #BE70E2

Text Example


Text Example

White with #BE70E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70E2; }

 p { color: rgb(190,112,226); }

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

background-color css

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

 a { background-color: rgb(190,112,226); }

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

border-color css

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

 span { border-color: rgb(190,112,226); }

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