Html Css Color HEX #BE72DB Medium Orchid

📋 copy color: '#BE72DB'

red 190 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #BE72DB

Tints of Medium Orchid #BE72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 36.33%
G = 21.8%
B = 41.87%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE72DB (or 0xBE72DB) is known color: Medium Orchid. HEX triplet: BE, 72 and DB. RGB value is (190,114,219). Sum of RGB (Red+Green+Blue) = 190+114+219=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DB is #418D24. Grayscale: #949494. Windows color (decimal): -4295973 or 14381758. OLE color: 14381758.

HSL color Cylindrical-coordinate representation of color #BE72DB: hue angle of 283.43º degrees, saturation: 0.59, 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 #BE72DB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 114 219 -
CMYK 0.13 0.48 0 0.14
HSL 283.43º 0.59% 0.65% -
HSV(B) 283.43º 0.48% 0.86% -
XYZ 40.04 28.1 70.33 -
YUV 148.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 190 114 219 0.13 0.48 0 0.14 283.43 0.59 0.65
Hex BE 72 DB D 30 0 E 11B 3B 41
Octal 276 162 333 15 60 0 16 433 73 101
Binary 10111110 1110010 11011011 1101 110000 0 1110 100011011 111011 1000001

Color Harmonies of #BE72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72DB

Black with #BE72DB

Text Example


Text Example

White with #BE72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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