Html Css Color HEX #BE70DF Medium Orchid

📋 copy color: '#BE70DF'

red 190 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #BE70DF

Tints of Medium Orchid #BE70DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 36.19%
G = 21.33%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE70DF (or 0xBE70DF) is known color: Medium Orchid. HEX triplet: BE, 70 and DF. RGB value is (190,112,223). Sum of RGB (Red+Green+Blue) = 190+112+223=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70DF is #418F20. Grayscale: #939393. Windows color (decimal): -4296481 or 14643390. OLE color: 14643390.

HSL color Cylindrical-coordinate representation of color #BE70DF: hue angle of 282.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE70DF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 112 223 -
CMYK 0.15 0.50 0 0.13
HSL 282.16º 0.63% 0.66% -
HSV(B) 282.16º 0.5% 0.87% -
XYZ 40.35 27.86 73.06 -
YUV 147.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 190 112 223 0.15 0.50 0 0.13 282.16 0.63 0.66
Hex BE 70 DF F 32 0 D 11A 3F 42
Octal 276 160 337 17 62 0 15 432 77 102
Binary 10111110 1110000 11011111 1111 110010 0 1101 100011010 111111 1000010

Color Harmonies of #BE70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70DF

Black with #BE70DF

Text Example


Text Example

White with #BE70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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