Html Css Color HEX #BE72DC Medium Orchid

📋 copy color: '#BE72DC'

red 190 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #BE72DC

Tints of Medium Orchid #BE72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 36.26%
G = 21.76%
B = 41.98%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE72DC (or 0xBE72DC) is known color: Medium Orchid. HEX triplet: BE, 72 and DC. RGB value is (190,114,220). Sum of RGB (Red+Green+Blue) = 190+114+220=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DC is #418D23. Grayscale: #949494. Windows color (decimal): -4295972 or 14447294. OLE color: 14447294.

HSL color Cylindrical-coordinate representation of color #BE72DC: hue angle of 283.02º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE72DC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 114 220 -
CMYK 0.14 0.48 0 0.14
HSL 283.02º 0.6% 0.65% -
HSV(B) 283.02º 0.48% 0.86% -
XYZ 40.17 28.15 71.03 -
YUV 148.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 190 114 220 0.14 0.48 0 0.14 283.02 0.6 0.65
Hex BE 72 DC E 30 0 E 11B 3C 41
Octal 276 162 334 16 60 0 16 433 74 101
Binary 10111110 1110010 11011100 1110 110000 0 1110 100011011 111100 1000001

Color Harmonies of #BE72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72DC

Black with #BE72DC

Text Example


Text Example

White with #BE72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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