Html Css Color HEX #BE52D6 Medium Orchid

📋 copy color: '#BE52D6'

red 190 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #BE52D6

Tints of Medium Orchid #BE52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 39.09%
G = 16.87%
B = 44.03%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE52D6 (or 0xBE52D6) is known color: Medium Orchid. HEX triplet: BE, 52 and D6. RGB value is (190,82,214). Sum of RGB (Red+Green+Blue) = 190+82+214=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52D6 is #41AD29. Grayscale: #808080. Windows color (decimal): -4304170 or 14045886. OLE color: 14045886.

HSL color Cylindrical-coordinate representation of color #BE52D6: hue angle of 289.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE52D6 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 82 214 -
CMYK 0.11 0.62 0 0.16
HSL 289.09º 0.62% 0.58% -
HSV(B) 289.09º 0.62% 0.84% -
XYZ 36.39 21.84 65.92 -
YUV 129.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 190 82 214 0.11 0.62 0 0.16 289.09 0.62 0.58
Hex BE 52 D6 B 3E 0 10 121 3E 3A
Octal 276 122 326 13 76 0 20 441 76 72
Binary 10111110 1010010 11010110 1011 111110 0 10000 100100001 111110 111010

Color Harmonies of #BE52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52D6

Black with #BE52D6

Text Example


Text Example

White with #BE52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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