Html Css Color HEX #BE62DD Medium Orchid

📋 copy color: '#BE62DD'

red 190 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #BE62DD

Tints of Medium Orchid #BE62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 37.33%
G = 19.25%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE62DD (or 0xBE62DD) is known color: Medium Orchid. HEX triplet: BE, 62 and DD. RGB value is (190,98,221). Sum of RGB (Red+Green+Blue) = 190+98+221=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62DD is #419D22. Grayscale: #8B8B8B. Windows color (decimal): -4300067 or 14508734. OLE color: 14508734.

HSL color Cylindrical-coordinate representation of color #BE62DD: hue angle of 284.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE62DD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 98 221 -
CMYK 0.14 0.56 0 0.13
HSL 284.88º 0.64% 0.63% -
HSV(B) 284.88º 0.56% 0.87% -
XYZ 38.65 24.9 71.18 -
YUV 139.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 190 98 221 0.14 0.56 0 0.13 284.88 0.64 0.63
Hex BE 62 DD E 38 0 D 11D 40 3F
Octal 276 142 335 16 70 0 15 435 100 77
Binary 10111110 1100010 11011101 1110 111000 0 1101 100011101 1000000 111111

Color Harmonies of #BE62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62DD

Black with #BE62DD

Text Example


Text Example

White with #BE62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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