Html Css Color HEX #BE72D0 Medium Orchid

📋 copy color: '#BE72D0'

red 190 ◦ green 114 ◦ blue 208

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

Shades of Medium Orchid #BE72D0

Tints of Medium Orchid #BE72D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 37.11%
G = 22.27%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE72D0 (or 0xBE72D0) is known color: Medium Orchid. HEX triplet: BE, 72 and D0. RGB value is (190,114,208). Sum of RGB (Red+Green+Blue) = 190+114+208=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72D0 is #418D2F. Grayscale: #939393. Windows color (decimal): -4295984 or 13660862. OLE color: 13660862.

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

Color convert

RGB 190 114 208 -
CMYK 0.09 0.45 0 0.18
HSL 288.51º 0.5% 0.63% -
HSV(B) 288.51º 0.45% 0.82% -
XYZ 38.64 27.54 62.95 -
YUV 147.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 190 114 208 0.09 0.45 0 0.18 288.51 0.5 0.63
Hex BE 72 D0 9 2D 0 12 121 32 3F
Octal 276 162 320 11 55 0 22 441 62 77
Binary 10111110 1110010 11010000 1001 101101 0 10010 100100001 110010 111111

Color Harmonies of #BE72D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72D0

Black with #BE72D0

Text Example


Text Example

White with #BE72D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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