#B962F1

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

Shades of Medium Orchid #B962F1

Tints of Medium Orchid #B962F1

Color information

#B962F1 (or 0xB962F1) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and F1. RGB value is (185,98,241). Sum of RGB (Red+Green+Blue) = 185+98+241=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #B962F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962F1 is #469D0E. Grayscale: #8B8B8B. Windows color (decimal): -4627727 or 15819449. OLE color: 15819449.

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

Color convert

RGB18598241-
CMYK0.230.5900.05
HSL276.5º83.63%66.47%-
HSV(B)276.5º59.34%94.51%-
XYZ40.2525.486-
YUV140.32184.82159.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=35.31%
G=18.70%
B=45.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185982410.230.5900.05276.583.6366.47
HexB962F1173B051155442
Octal271142361277305425124102
Binary1011100111000101111000110111111011010110001010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962F1; }

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

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

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

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

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

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

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

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