Html Css Color HEX #BE3ADE Medium Orchid

📋 copy color: '#BE3ADE'

red 190 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #BE3ADE

Tints of Medium Orchid #BE3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.34%

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 40.43%
G = 12.34%
B = 47.23%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3ADE (or 0xBE3ADE) is known color: Medium Orchid. HEX triplet: BE, 3A and DE. RGB value is (190,58,222). Sum of RGB (Red+Green+Blue) = 190+58+222=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ADE is #41C521. Grayscale: #737373. Windows color (decimal): -4310306 or 14564030. OLE color: 14564030.

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

Color convert

RGB 190 58 222 -
CMYK 0.14 0.74 0 0.13
HSL 288.29º 0.71% 0.55% -
HSV(B) 288.29º 0.74% 0.87% -
XYZ 35.93 19.25 70.93 -
YUV 116.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 190 58 222 0.14 0.74 0 0.13 288.29 0.71 0.55
Hex BE 3A DE E 4A 0 D 120 47 37
Octal 276 72 336 16 112 0 15 440 107 67
Binary 10111110 111010 11011110 1110 1001010 0 1101 100100000 1000111 110111

Color Harmonies of #BE3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3ADE

Black with #BE3ADE

Text Example


Text Example

White with #BE3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3ADE; }

 p { color: rgb(190,58,222); }

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

background-color css

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

 a { background-color: rgb(190,58,222); }

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

border-color css

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

 span { border-color: rgb(190,58,222); }

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