Html Css Color HEX #BE72DA Medium Orchid

📋 copy color: '#BE72DA'

red 190 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #BE72DA

Tints of Medium Orchid #BE72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 36.4%
G = 21.84%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE72DA (or 0xBE72DA) is known color: Medium Orchid. HEX triplet: BE, 72 and DA. RGB value is (190,114,218). Sum of RGB (Red+Green+Blue) = 190+114+218=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DA is #418D25. Grayscale: #949494. Windows color (decimal): -4295974 or 14316222. OLE color: 14316222.

HSL color Cylindrical-coordinate representation of color #BE72DA: hue angle of 283.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE72DA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 114 218 -
CMYK 0.13 0.48 0 0.15
HSL 283.85º 0.58% 0.65% -
HSV(B) 283.85º 0.48% 0.85% -
XYZ 39.91 28.04 69.64 -
YUV 148.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 190 114 218 0.13 0.48 0 0.15 283.85 0.58 0.65
Hex BE 72 DA D 30 0 F 11C 3A 41
Octal 276 162 332 15 60 0 17 434 72 101
Binary 10111110 1110010 11011010 1101 110000 0 1111 100011100 111010 1000001

Color Harmonies of #BE72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72DA

Black with #BE72DA

Text Example


Text Example

White with #BE72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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