Html Css Color HEX #BE5FE4 Medium Orchid

📋 copy color: '#BE5FE4'

red 190 ◦ green 95 ◦ blue 228

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

Shades of Medium Orchid #BE5FE4

Tints of Medium Orchid #BE5FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.52%

 BLUE value IS 228 (89.45% from 255) = 44.44%

R = 37.04%
G = 18.52%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE5FE4 (or 0xBE5FE4) is known color: Medium Orchid. HEX triplet: BE, 5F and E4. RGB value is (190,95,228). Sum of RGB (Red+Green+Blue) = 190+95+228=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE5FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FE4 is #41A01B. Grayscale: #8A8A8A. Windows color (decimal): -4300828 or 14966718. OLE color: 14966718.

HSL color Cylindrical-coordinate representation of color #BE5FE4: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5FE4 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 95 228 -
CMYK 0.17 0.58 0 0.11
HSL 282.86º 0.71% 0.63% -
HSV(B) 282.86º 0.58% 0.89% -
XYZ 39.33 24.73 76.1 -
YUV 138.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 190 95 228 0.17 0.58 0 0.11 282.86 0.71 0.63
Hex BE 5F E4 11 3A 0 B 11B 47 3F
Octal 276 137 344 21 72 0 13 433 107 77
Binary 10111110 1011111 11100100 10001 111010 0 1011 100011011 1000111 111111

Color Harmonies of #BE5FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FE4

Black with #BE5FE4

Text Example


Text Example

White with #BE5FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FE4; }

 p { color: rgb(190,95,228); }

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

background-color css

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

 a { background-color: rgb(190,95,228); }

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

border-color css

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

 span { border-color: rgb(190,95,228); }

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