Html Css Color HEX #BE72DF Medium Orchid

📋 copy color: '#BE72DF'

red 190 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BE72DF

Tints of Medium Orchid #BE72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 36.05%
G = 21.63%
B = 42.31%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE72DF (or 0xBE72DF) is known color: Medium Orchid. HEX triplet: BE, 72 and DF. RGB value is (190,114,223). Sum of RGB (Red+Green+Blue) = 190+114+223=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DF is #418D20. Grayscale: #949494. Windows color (decimal): -4295969 or 14643902. OLE color: 14643902.

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

Color convert

RGB 190 114 223 -
CMYK 0.15 0.49 0 0.13
HSL 281.83º 0.63% 0.66% -
HSV(B) 281.83º 0.49% 0.87% -
XYZ 40.57 28.31 73.14 -
YUV 149.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 190 114 223 0.15 0.49 0 0.13 281.83 0.63 0.66
Hex BE 72 DF F 31 0 D 11A 3F 42
Octal 276 162 337 17 61 0 15 432 77 102
Binary 10111110 1110010 11011111 1111 110001 0 1101 100011010 111111 1000010

Color Harmonies of #BE72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72DF

Black with #BE72DF

Text Example


Text Example

White with #BE72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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