Html Css Color HEX #BE3AF9 Medium Orchid

📋 copy color: '#BE3AF9'

red 190 ◦ green 58 ◦ blue 249

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

Shades of Medium Orchid #BE3AF9

Tints of Medium Orchid #BE3AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 38.23%
G = 11.67%
B = 50.1%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE3AF9 (or 0xBE3AF9) is known color: Medium Orchid. HEX triplet: BE, 3A and F9. RGB value is (190,58,249). Sum of RGB (Red+Green+Blue) = 190+58+249=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE3AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF9 is #41C506. Grayscale: #767676. Windows color (decimal): -4310279 or 16333502. OLE color: 16333502.

HSL color Cylindrical-coordinate representation of color #BE3AF9: hue angle of 281.47º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE3AF9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 58 249 -
CMYK 0.24 0.77 0 0.02
HSL 281.47º 0.94% 0.6% -
HSV(B) 281.47º 0.77% 0.98% -
XYZ 39.85 20.81 91.54 -
YUV 119.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 190 58 249 0.24 0.77 0 0.02 281.47 0.94 0.6
Hex BE 3A F9 18 4D 0 2 119 5E 3C
Octal 276 72 371 30 115 0 2 431 136 74
Binary 10111110 111010 11111001 11000 1001101 0 10 100011001 1011110 111100

Color Harmonies of #BE3AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AF9

Black with #BE3AF9

Text Example


Text Example

White with #BE3AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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