Html Css Color HEX #BE62D2 Medium Orchid

📋 copy color: '#BE62D2'

red 190 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #BE62D2

Tints of Medium Orchid #BE62D2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.68%

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 38.15%
G = 19.68%
B = 42.17%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE62D2 (or 0xBE62D2) is known color: Medium Orchid. HEX triplet: BE, 62 and D2. RGB value is (190,98,210). Sum of RGB (Red+Green+Blue) = 190+98+210=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62D2 is #419D2D. Grayscale: #898989. Windows color (decimal): -4300078 or 13787838. OLE color: 13787838.

HSL color Cylindrical-coordinate representation of color #BE62D2: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE62D2 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 98 210 -
CMYK 0.10 0.53 0 0.18
HSL 289.29º 0.55% 0.6% -
HSV(B) 289.29º 0.53% 0.82% -
XYZ 37.24 24.34 63.71 -
YUV 138.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 190 98 210 0.10 0.53 0 0.18 289.29 0.55 0.6
Hex BE 62 D2 A 35 0 12 121 37 3C
Octal 276 142 322 12 65 0 22 441 67 74
Binary 10111110 1100010 11010010 1010 110101 0 10010 100100001 110111 111100

Color Harmonies of #BE62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62D2

Black with #BE62D2

Text Example


Text Example

White with #BE62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62D2; }

 p { color: rgb(190,98,210); }

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

background-color css

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

 a { background-color: rgb(190,98,210); }

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

border-color css

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

 span { border-color: rgb(190,98,210); }

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