Html Css Color HEX #BE72DD Medium Orchid

📋 copy color: '#BE72DD'

red 190 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #BE72DD

Tints of Medium Orchid #BE72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 36.19%
G = 21.71%
B = 42.1%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE72DD (or 0xBE72DD) is known color: Medium Orchid. HEX triplet: BE, 72 and DD. RGB value is (190,114,221). Sum of RGB (Red+Green+Blue) = 190+114+221=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DD is #418D22. Grayscale: #949494. Windows color (decimal): -4295971 or 14512830. OLE color: 14512830.

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

Color convert

RGB 190 114 221 -
CMYK 0.14 0.48 0 0.13
HSL 282.62º 0.61% 0.66% -
HSV(B) 282.62º 0.48% 0.87% -
XYZ 40.3 28.2 71.73 -
YUV 148.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 190 114 221 0.14 0.48 0 0.13 282.62 0.61 0.66
Hex BE 72 DD E 30 0 D 11B 3D 42
Octal 276 162 335 16 60 0 15 433 75 102
Binary 10111110 1110010 11011101 1110 110000 0 1101 100011011 111101 1000010

Color Harmonies of #BE72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72DD

Black with #BE72DD

Text Example


Text Example

White with #BE72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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