#B962F8

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

Shades of Medium Orchid #B962F8

Tints of Medium Orchid #B962F8

Color information

#B962F8 (or 0xB962F8) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and F8. RGB value is (185,98,248). Sum of RGB (Red+Green+Blue) = 185+98+248=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #B962F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962F8 is #469D07. Grayscale: #8C8C8C. Windows color (decimal): -4627720 or 16278201. OLE color: 16278201.

HSL color Cylindrical-coordinate representation of color #B962F8: hue angle of 274.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B962F8 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18598248-
CMYK0.250.6000.03
HSL274.8º91.46%67.84%-
HSV(B)274.8º60.48%97.25%-
XYZ41.3225.8391.61-
YUV141.11188.32159.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 98 (38.67% from 255) = 18.46%
BLUE value IS 248 (97.27% from 255) = 46.70%
R=34.84%
G=18.46%
B=46.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185982480.250.6000.03274.891.4667.84
HexB962F8193C031135b44
Octal271142370317403423133104
Binary101110011100010111110001100111110001110001001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962F8; }

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

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

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

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

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

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

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

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