Html Css Color HEX #BE2BE2 Medium Orchid

📋 copy color: '#BE2BE2'

red 190 ◦ green 43 ◦ blue 226

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

Shades of Medium Orchid #BE2BE2

Tints of Medium Orchid #BE2BE2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.37%

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 41.39%
G = 9.37%
B = 49.24%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE2BE2 (or 0xBE2BE2) is known color: Medium Orchid. HEX triplet: BE, 2B and E2. RGB value is (190,43,226). Sum of RGB (Red+Green+Blue) = 190+43+226=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE2BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BE2 is #41D41D. Grayscale: #6B6B6B. Windows color (decimal): -4314142 or 14822334. OLE color: 14822334.

HSL color Cylindrical-coordinate representation of color #BE2BE2: hue angle of 288.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2BE2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 43 226 -
CMYK 0.16 0.81 0 0.11
HSL 288.2º 0.76% 0.53% -
HSV(B) 288.2º 0.81% 0.89% -
XYZ 35.83 18.17 73.57 -
YUV 107.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 190 43 226 0.16 0.81 0 0.11 288.2 0.76 0.53
Hex BE 2B E2 10 51 0 B 120 4C 35
Octal 276 53 342 20 121 0 13 440 114 65
Binary 10111110 101011 11100010 10000 1010001 0 1011 100100000 1001100 110101

Color Harmonies of #BE2BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BE2

Black with #BE2BE2

Text Example


Text Example

White with #BE2BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BE2; }

 p { color: rgb(190,43,226); }

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

background-color css

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

 a { background-color: rgb(190,43,226); }

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

border-color css

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

 span { border-color: rgb(190,43,226); }

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