Html Css Color HEX #BE3AF3 Medium Orchid

📋 copy color: '#BE3AF3'

red 190 ◦ green 58 ◦ blue 243

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

Shades of Medium Orchid #BE3AF3

Tints of Medium Orchid #BE3AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 38.7%
G = 11.81%
B = 49.49%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE3AF3 (or 0xBE3AF3) is known color: Medium Orchid. HEX triplet: BE, 3A and F3. RGB value is (190,58,243). Sum of RGB (Red+Green+Blue) = 190+58+243=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF3 is #41C50C. Grayscale: #757575. Windows color (decimal): -4310285 or 15940286. OLE color: 15940286.

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

Color convert

RGB 190 58 243 -
CMYK 0.22 0.76 0 0.05
HSL 282.81º 0.89% 0.59% -
HSV(B) 282.81º 0.76% 0.95% -
XYZ 38.93 20.44 86.69 -
YUV 118.56 198.23 178.96 -
System Red Green Blue C M Y K H S L
Decimal 190 58 243 0.22 0.76 0 0.05 282.81 0.89 0.59
Hex BE 3A F3 16 4C 0 5 11B 59 3B
Octal 276 72 363 26 114 0 5 433 131 73
Binary 10111110 111010 11110011 10110 1001100 0 101 100011011 1011001 111011

Color Harmonies of #BE3AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AF3

Black with #BE3AF3

Text Example


Text Example

White with #BE3AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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