#b961f4

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

Shades of Medium Orchid #B961F4

Tints of Medium Orchid #B961F4

Color information

#B961F4 (or 0xB961F4) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and F4. RGB value is (185,97,244). Sum of RGB (Red+Green+Blue) = 185+97+244=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #B961F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961F4 is #469E0B. Grayscale: #8B8B8B. Windows color (decimal): -4627980 or 16015801. OLE color: 16015801.

HSL color Cylindrical-coordinate representation of color #B961F4: hue angle of 275.92º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B961F4 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18597244-
CMYK0.240.6000.04
HSL275.92º86.98%66.86%-
HSV(B)275.92º60.25%95.69%-
XYZ40.6125.488.35-
YUV140.07186.65160.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 97 (38.28% from 255) = 18.44%
BLUE value IS 244 (95.70% from 255) = 46.39%
R=35.17%
G=18.44%
B=46.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185972440.240.6000.04275.9286.9866.86
HexB961F4183C041145743
Octal271141364307404424127103
Binary1011100111000011111010011000111100010010001010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b961f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b961f4; }

 p { color: rgb(185,97,244); }

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

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

 a { background-color: rgb(185,97,244); }

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

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

 span { border-color: rgb(185,97,244); }

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