Html Css Color HEX #BE52DA Medium Orchid

📋 copy color: '#BE52DA'

red 190 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #BE52DA

Tints of Medium Orchid #BE52DA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 38.78%
G = 16.73%
B = 44.49%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE52DA (or 0xBE52DA) is known color: Medium Orchid. HEX triplet: BE, 52 and DA. RGB value is (190,82,218). Sum of RGB (Red+Green+Blue) = 190+82+218=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52DA is #41AD25. Grayscale: #818181. Windows color (decimal): -4304166 or 14308030. OLE color: 14308030.

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

Color convert

RGB 190 82 218 -
CMYK 0.13 0.62 0 0.15
HSL 287.65º 0.65% 0.59% -
HSV(B) 287.65º 0.62% 0.85% -
XYZ 36.91 22.04 68.64 -
YUV 129.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 190 82 218 0.13 0.62 0 0.15 287.65 0.65 0.59
Hex BE 52 DA D 3E 0 F 120 41 3B
Octal 276 122 332 15 76 0 17 440 101 73
Binary 10111110 1010010 11011010 1101 111110 0 1111 100100000 1000001 111011

Color Harmonies of #BE52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52DA

Black with #BE52DA

Text Example


Text Example

White with #BE52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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