#B93CF2

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

Shades of Medium Orchid #B93CF2

Tints of Medium Orchid #B93CF2

Color information

#B93CF2 (or 0xB93CF2) is unknown color: approx Medium Orchid. HEX triplet: B9, 3C and F2. RGB value is (185,60,242). Sum of RGB (Red+Green+Blue) = 185+60+242=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #B93CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CF2 is #46C30D. Grayscale: #757575. Windows color (decimal): -4637454 or 15875257. OLE color: 15875257.

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

Color convert

RGB18560242-
CMYK0.240.7500.05
HSL281.21º87.5%59.22%-
HSV(B)281.21º75.21%94.9%-
XYZ37.6519.9685.87-
YUV118.12197.91175.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 60 (23.83% from 255) = 12.32%
BLUE value IS 242 (94.92% from 255) = 49.69%
R=37.99%
G=12.32%
B=49.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185602420.240.7500.05281.2187.559.22
HexB93CF2184B05119583b
Octal27174362301130543113073
Binary101110011111001111001011000100101101011000110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CF2; }

 p { color: rgb(185,60,242); }

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

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

 a { background-color: rgb(185,60,242); }

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

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

 span { border-color: rgb(185,60,242); }

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