#B964F8

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

Shades of Medium Orchid #B964F8

Tints of Medium Orchid #B964F8

Color information

#B964F8 (or 0xB964F8) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and F8. RGB value is (185,100,248). Sum of RGB (Red+Green+Blue) = 185+100+248=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B964F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B964F8 is #469B07. Grayscale: #8D8D8D. Windows color (decimal): -4627208 or 16278713. OLE color: 16278713.

HSL color Cylindrical-coordinate representation of color #B964F8: hue angle of 274.46º 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 #B964F8 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185100248-
CMYK0.250.6000.03
HSL274.46º91.36%68.24%-
HSV(B)274.46º59.68%97.25%-
XYZ41.5126.2191.68-
YUV142.29187.66158.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 100 (39.45% from 255) = 18.76%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=34.71%
G=18.76%
B=46.53%

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
Decimal1851002480.250.6000.03274.4691.3668.24
HexB964F8193C031125b44
Octal271144370317403422133104
Binary101110011100100111110001100111110001110001001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964F8; }

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

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

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

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

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

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

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

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