Html Css Color HEX #BE2BE6 Medium Orchid

📋 copy color: '#BE2BE6'

red 190 ◦ green 43 ◦ blue 230

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

Shades of Medium Orchid #BE2BE6

Tints of Medium Orchid #BE2BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 41.04%
G = 9.29%
B = 49.68%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE2BE6 (or 0xBE2BE6) is known color: Medium Orchid. HEX triplet: BE, 2B and E6. RGB value is (190,43,230). Sum of RGB (Red+Green+Blue) = 190+43+230=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE2BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BE6 is #41D419. Grayscale: #6B6B6B. Windows color (decimal): -4314138 or 15084478. OLE color: 15084478.

HSL color Cylindrical-coordinate representation of color #BE2BE6: hue angle of 287.17º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2BE6 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 43 230 -
CMYK 0.17 0.81 0 0.10
HSL 287.17º 0.79% 0.54% -
HSV(B) 287.17º 0.81% 0.9% -
XYZ 36.38 18.39 76.49 -
YUV 108.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 190 43 230 0.17 0.81 0 0.10 287.17 0.79 0.54
Hex BE 2B E6 11 51 0 A 11F 4F 36
Octal 276 53 346 21 121 0 12 437 117 66
Binary 10111110 101011 11100110 10001 1010001 0 1010 100011111 1001111 110110

Color Harmonies of #BE2BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BE6

Black with #BE2BE6

Text Example


Text Example

White with #BE2BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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