#B951FA

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

Shades of Medium Orchid #B951FA

Tints of Medium Orchid #B951FA

Color information

#B951FA (or 0xB951FA) is unknown color: approx Medium Orchid. HEX triplet: B9, 51 and FA. RGB value is (185,81,250). Sum of RGB (Red+Green+Blue) = 185+81+250=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B951FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951FA is #46AE05. Grayscale: #828282. Windows color (decimal): -4632070 or 16404921. OLE color: 16404921.

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

Color convert

RGB18581250-
CMYK0.260.6800.02
HSL276.92º94.41%64.9%-
HSV(B)276.92º67.6%98.04%-
XYZ40.2123.192.78-
YUV131.36194.96166.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 81 (32.03% from 255) = 15.70%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=35.85%
G=15.70%
B=48.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185812500.260.6800.02276.9294.4164.9
HexB951FA1A44021155e41
Octal2711213723210402425136101
Binary1011100110100011111101011010100010001010001010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B951FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B951FA; }

 p { color: rgb(185,81,250); }

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

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

 a { background-color: rgb(185,81,250); }

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

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

 span { border-color: rgb(185,81,250); }

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