Html Css Color HEX #BE5BF2 Medium Orchid

📋 copy color: '#BE5BF2'

red 190 ◦ green 91 ◦ blue 242

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

Shades of Medium Orchid #BE5BF2

Tints of Medium Orchid #BE5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.4%

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 36.33%
G = 17.4%
B = 46.27%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE5BF2 (or 0xBE5BF2) is known color: Medium Orchid. HEX triplet: BE, 5B and F2. RGB value is (190,91,242). Sum of RGB (Red+Green+Blue) = 190+91+242=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BF2 is #41A40D. Grayscale: #898989. Windows color (decimal): -4301838 or 15883198. OLE color: 15883198.

HSL color Cylindrical-coordinate representation of color #BE5BF2: hue angle of 279.34º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5BF2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 91 242 -
CMYK 0.21 0.62 0 0.05
HSL 279.34º 0.85% 0.65% -
HSV(B) 279.34º 0.62% 0.95% -
XYZ 41 24.84 86.64 -
YUV 137.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 190 91 242 0.21 0.62 0 0.05 279.34 0.85 0.65
Hex BE 5B F2 15 3E 0 5 117 55 41
Octal 276 133 362 25 76 0 5 427 125 101
Binary 10111110 1011011 11110010 10101 111110 0 101 100010111 1010101 1000001

Color Harmonies of #BE5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BF2

Black with #BE5BF2

Text Example


Text Example

White with #BE5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BF2; }

 p { color: rgb(190,91,242); }

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

background-color css

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

 a { background-color: rgb(190,91,242); }

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

border-color css

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

 span { border-color: rgb(190,91,242); }

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