Html Css Color HEX #BE2CEA Medium Orchid

📋 copy color: '#BE2CEA'

red 190 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #BE2CEA

Tints of Medium Orchid #BE2CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 40.6%
G = 9.4%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE2CEA (or 0xBE2CEA) is known color: Medium Orchid. HEX triplet: BE, 2C and EA. RGB value is (190,44,234). Sum of RGB (Red+Green+Blue) = 190+44+234=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CEA is #41D315. Grayscale: #6C6C6C. Windows color (decimal): -4313878 or 15346878. OLE color: 15346878.

HSL color Cylindrical-coordinate representation of color #BE2CEA: hue angle of 286.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2CEA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 44 234 -
CMYK 0.19 0.81 0 0.08
HSL 286.11º 0.82% 0.55% -
HSV(B) 286.11º 0.81% 0.92% -
XYZ 36.99 18.69 79.5 -
YUV 109.31 198.37 185.55 -
System Red Green Blue C M Y K H S L
Decimal 190 44 234 0.19 0.81 0 0.08 286.11 0.82 0.55
Hex BE 2C EA 13 51 0 8 11E 52 37
Octal 276 54 352 23 121 0 10 436 122 67
Binary 10111110 101100 11101010 10011 1010001 0 1000 100011110 1010010 110111

Color Harmonies of #BE2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CEA

Black with #BE2CEA

Text Example


Text Example

White with #BE2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CEA; }

 p { color: rgb(190,44,234); }

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

background-color css

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

 a { background-color: rgb(190,44,234); }

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

border-color css

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

 span { border-color: rgb(190,44,234); }

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