#B94BF1

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

Shades of Medium Orchid #B94BF1

Tints of Medium Orchid #B94BF1

Color information

#B94BF1 (or 0xB94BF1) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and F1. RGB value is (185,75,241). Sum of RGB (Red+Green+Blue) = 185+75+241=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #B94BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BF1 is #46B40E. Grayscale: #7E7E7E. Windows color (decimal): -4633615 or 15813561. OLE color: 15813561.

HSL color Cylindrical-coordinate representation of color #B94BF1: hue angle of 279.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94BF1 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18575241-
CMYK0.230.6900.05
HSL279.76º85.57%61.96%-
HSV(B)279.76º68.88%94.51%-
XYZ38.421.785.38-
YUV126.81192.44169.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 75 (29.69% from 255) = 14.97%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=36.93%
G=14.97%
B=48.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185752410.230.6900.05279.7685.5761.96
HexB94BF1174505118563e
Octal271113361271050543012676
Binary1011100110010111111000110111100010101011000110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BF1; }

 p { color: rgb(185,75,241); }

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

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

 a { background-color: rgb(185,75,241); }

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

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

 span { border-color: rgb(185,75,241); }

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