Html Css Color HEX #BE4AF8 Medium Orchid

📋 copy color: '#BE4AF8'

red 190 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #BE4AF8

Tints of Medium Orchid #BE4AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 37.11%
G = 14.45%
B = 48.44%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BE4AF8 (or 0xBE4AF8) is known color: Medium Orchid. HEX triplet: BE, 4A and F8. RGB value is (190,74,248). Sum of RGB (Red+Green+Blue) = 190+74+248=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4AF8 is #41B507. Grayscale: #7F7F7F. Windows color (decimal): -4306184 or 16272062. OLE color: 16272062.

HSL color Cylindrical-coordinate representation of color #BE4AF8: hue angle of 280º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE4AF8 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 74 248 -
CMYK 0.23 0.70 0 0.03
HSL 280º 0.93% 0.63% -
HSV(B) 280º 0.7% 0.97% -
XYZ 40.63 22.62 91.03 -
YUV 128.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 190 74 248 0.23 0.70 0 0.03 280 0.93 0.63
Hex BE 4A F8 17 46 0 3 118 5D 3F
Octal 276 112 370 27 106 0 3 430 135 77
Binary 10111110 1001010 11111000 10111 1000110 0 11 100011000 1011101 111111

Color Harmonies of #BE4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AF8

Black with #BE4AF8

Text Example


Text Example

White with #BE4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AF8; }

 p { color: rgb(190,74,248); }

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

background-color css

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

 a { background-color: rgb(190,74,248); }

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

border-color css

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

 span { border-color: rgb(190,74,248); }

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