#B95FF3

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

Shades of Medium Orchid #B95FF3

Tints of Medium Orchid #B95FF3

Color information

#B95FF3 (or 0xB95FF3) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and F3. RGB value is (185,95,243). Sum of RGB (Red+Green+Blue) = 185+95+243=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #B95FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95FF3 is #46A00C. Grayscale: #8A8A8A. Windows color (decimal): -4628493 or 15949753. OLE color: 15949753.

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

Color convert

RGB18595243-
CMYK0.240.6100.05
HSL276.49º86.05%66.27%-
HSV(B)276.49º60.91%95.29%-
XYZ40.2824.9787.49-
YUV138.78186.82160.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=35.37%
G=18.16%
B=46.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185952430.240.6100.05276.4986.0566.27
HexB95FF3183D051145642
Octal271137363307505424126102
Binary1011100110111111111001111000111101010110001010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FF3; }

 p { color: rgb(185,95,243); }

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

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

 a { background-color: rgb(185,95,243); }

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

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

 span { border-color: rgb(185,95,243); }

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