Html Css Color HEX #BE72CE Medium Orchid

📋 copy color: '#BE72CE'

red 190 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #BE72CE

Tints of Medium Orchid #BE72CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 37.25%
G = 22.35%
B = 40.39%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE72CE (or 0xBE72CE) is known color: Medium Orchid. HEX triplet: BE, 72 and CE. RGB value is (190,114,206). Sum of RGB (Red+Green+Blue) = 190+114+206=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72CE is #418D31. Grayscale: #929292. Windows color (decimal): -4295986 or 13529790. OLE color: 13529790.

HSL color Cylindrical-coordinate representation of color #BE72CE: hue angle of 289.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE72CE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 114 206 -
CMYK 0.08 0.45 0 0.19
HSL 289.57º 0.48% 0.63% -
HSV(B) 289.57º 0.45% 0.81% -
XYZ 38.39 27.44 61.67 -
YUV 147.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 190 114 206 0.08 0.45 0 0.19 289.57 0.48 0.63
Hex BE 72 CE 8 2D 0 13 122 30 3F
Octal 276 162 316 10 55 0 23 442 60 77
Binary 10111110 1110010 11001110 1000 101101 0 10011 100100010 110000 111111

Color Harmonies of #BE72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72CE

Black with #BE72CE

Text Example


Text Example

White with #BE72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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