Html Css Color HEX #BE62D5 Medium Orchid

📋 copy color: '#BE62D5'

red 190 ◦ green 98 ◦ blue 213

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

Shades of Medium Orchid #BE62D5

Tints of Medium Orchid #BE62D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 37.92%
G = 19.56%
B = 42.51%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE62D5 (or 0xBE62D5) is known color: Medium Orchid. HEX triplet: BE, 62 and D5. RGB value is (190,98,213). Sum of RGB (Red+Green+Blue) = 190+98+213=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62D5 is #419D2A. Grayscale: #8A8A8A. Windows color (decimal): -4300075 or 13984446. OLE color: 13984446.

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

Color convert

RGB 190 98 213 -
CMYK 0.11 0.54 0 0.16
HSL 288º 0.58% 0.61% -
HSV(B) 288º 0.54% 0.84% -
XYZ 37.61 24.49 65.69 -
YUV 138.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 190 98 213 0.11 0.54 0 0.16 288 0.58 0.61
Hex BE 62 D5 B 36 0 10 120 3A 3D
Octal 276 142 325 13 66 0 20 440 72 75
Binary 10111110 1100010 11010101 1011 110110 0 10000 100100000 111010 111101

Color Harmonies of #BE62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62D5

Black with #BE62D5

Text Example


Text Example

White with #BE62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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