Html Css Color HEX #BE40E8 Medium Orchid

📋 copy color: '#BE40E8'

red 190 ◦ green 64 ◦ blue 232

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

Shades of Medium Orchid #BE40E8

Tints of Medium Orchid #BE40E8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 39.09%
G = 13.17%
B = 47.74%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE40E8 (or 0xBE40E8) is known color: Medium Orchid. HEX triplet: BE, 40 and E8. RGB value is (190,64,232). Sum of RGB (Red+Green+Blue) = 190+64+232=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE40E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40E8 is #41BF17. Grayscale: #787878. Windows color (decimal): -4308760 or 15220926. OLE color: 15220926.

HSL color Cylindrical-coordinate representation of color #BE40E8: hue angle of 285º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE40E8 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 64 232 -
CMYK 0.18 0.72 0 0.09
HSL 285º 0.79% 0.58% -
HSV(B) 285º 0.72% 0.91% -
XYZ 37.63 20.44 78.31 -
YUV 120.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 190 64 232 0.18 0.72 0 0.09 285 0.79 0.58
Hex BE 40 E8 12 48 0 9 11D 4F 3A
Octal 276 100 350 22 110 0 11 435 117 72
Binary 10111110 1000000 11101000 10010 1001000 0 1001 100011101 1001111 111010

Color Harmonies of #BE40E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40E8

Black with #BE40E8

Text Example


Text Example

White with #BE40E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40E8; }

 p { color: rgb(190,64,232); }

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

background-color css

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

 a { background-color: rgb(190,64,232); }

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

border-color css

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

 span { border-color: rgb(190,64,232); }

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