Html Css Color HEX #BE3AF5 Medium Orchid

📋 copy color: '#BE3AF5'

red 190 ◦ green 58 ◦ blue 245

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

Shades of Medium Orchid #BE3AF5

Tints of Medium Orchid #BE3AF5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.76%

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 38.54%
G = 11.76%
B = 49.7%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE3AF5 (or 0xBE3AF5) is known color: Medium Orchid. HEX triplet: BE, 3A and F5. RGB value is (190,58,245). Sum of RGB (Red+Green+Blue) = 190+58+245=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE3AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF5 is #41C50A. Grayscale: #767676. Windows color (decimal): -4310283 or 16071358. OLE color: 16071358.

HSL color Cylindrical-coordinate representation of color #BE3AF5: hue angle of 282.35º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3AF5 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 58 245 -
CMYK 0.22 0.76 0 0.04
HSL 282.35º 0.9% 0.59% -
HSV(B) 282.35º 0.76% 0.96% -
XYZ 39.23 20.57 88.29 -
YUV 118.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 190 58 245 0.22 0.76 0 0.04 282.35 0.9 0.59
Hex BE 3A F5 16 4C 0 4 11A 5A 3B
Octal 276 72 365 26 114 0 4 432 132 73
Binary 10111110 111010 11110101 10110 1001100 0 100 100011010 1011010 111011

Color Harmonies of #BE3AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AF5

Black with #BE3AF5

Text Example


Text Example

White with #BE3AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AF5; }

 p { color: rgb(190,58,245); }

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

background-color css

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

 a { background-color: rgb(190,58,245); }

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

border-color css

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

 span { border-color: rgb(190,58,245); }

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