Html Css Color HEX #BE70DD Medium Orchid

📋 copy color: '#BE70DD'

red 190 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #BE70DD

Tints of Medium Orchid #BE70DD

RGB

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

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

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

R = 36.33%
G = 21.41%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE70DD (or 0xBE70DD) is known color: Medium Orchid. HEX triplet: BE, 70 and DD. RGB value is (190,112,221). Sum of RGB (Red+Green+Blue) = 190+112+221=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70DD is #418F22. Grayscale: #939393. Windows color (decimal): -4296483 or 14512318. OLE color: 14512318.

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

Color convert

RGB 190 112 221 -
CMYK 0.14 0.49 0 0.13
HSL 282.94º 0.62% 0.65% -
HSV(B) 282.94º 0.49% 0.87% -
XYZ 40.08 27.76 71.65 -
YUV 147.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 190 112 221 0.14 0.49 0 0.13 282.94 0.62 0.65
Hex BE 70 DD E 31 0 D 11B 3E 41
Octal 276 160 335 16 61 0 15 433 76 101
Binary 10111110 1110000 11011101 1110 110001 0 1101 100011011 111110 1000001

Color Harmonies of #BE70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70DD

Black with #BE70DD

Text Example


Text Example

White with #BE70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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