#BE3AF1

Color #BE3AF1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE3AF1

Tints of Medium Orchid #BE3AF1

Color information

#BE3AF1 (or 0xBE3AF1) is unknown color: approx Medium Orchid. HEX triplet: BE, 3A and F1. RGB value is (190,58,241). Sum of RGB (Red+Green+Blue) = 190+58+241=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF1 is #41C50E. Grayscale: #757575. Windows color (decimal): -4310287 or 15809214. OLE color: 15809214.

HSL color Cylindrical-coordinate representation of color #BE3AF1: hue angle of 283.28º degrees, saturation: 0.87, 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 #BE3AF1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19058241-
CMYK0.210.7600.05
HSL283.28º86.73%58.63%-
HSV(B)283.28º75.93%94.51%-
XYZ38.6320.3285.11-
YUV118.33197.23179.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=38.85%
G=11.86%
B=49.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190582410.210.7600.05283.2886.7358.63
HexBE3AF1154C0511b573b
Octal27672361251140543312773
Binary101111101110101111000110101100110001011000110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3AF1; }

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

 H1.HeaderClassName
 {
   color: #BE3AF1;
 }
 .AnyTagClassName
 {
   color: #BE3AF1;
 }
</style>
background-color css

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

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

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

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

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

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