#B958F7

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

Shades of Medium Orchid #B958F7

Tints of Medium Orchid #B958F7

Color information

#B958F7 (or 0xB958F7) is unknown color: approx Medium Orchid. HEX triplet: B9, 58 and F7. RGB value is (185,88,247). Sum of RGB (Red+Green+Blue) = 185+88+247=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #B958F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958F7 is #46A708. Grayscale: #868686. Windows color (decimal): -4630281 or 16210105. OLE color: 16210105.

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

Color convert

RGB18588247-
CMYK0.250.6400.03
HSL276.6º90.86%65.69%-
HSV(B)276.6º64.37%96.86%-
XYZ40.2924.0190.51-
YUV135.13191.14163.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=35.58%
G=16.92%
B=47.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185882470.250.6400.03276.690.8665.69
HexB958F71940031155b42
Octal2711303673110003425133102
Binary1011100110110001111011111001100000001110001010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958F7; }

 p { color: rgb(185,88,247); }

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

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

 a { background-color: rgb(185,88,247); }

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

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

 span { border-color: rgb(185,88,247); }

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