#B935F7

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

Shades of Medium Orchid #B935F7

Tints of Medium Orchid #B935F7

Color information

#B935F7 (or 0xB935F7) is unknown color: approx Medium Orchid. HEX triplet: B9, 35 and F7. RGB value is (185,53,247). Sum of RGB (Red+Green+Blue) = 185+53+247=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B935F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935F7 is #46CA08. Grayscale: #717171. Windows color (decimal): -4639241 or 16201145. OLE color: 16201145.

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

Color convert

RGB18553247-
CMYK0.250.7900.03
HSL280.82º92.38%58.82%-
HSV(B)280.82º78.54%96.86%-
XYZ38.0719.5889.77-
YUV114.58202.73178.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 53 (21.09% from 255) = 10.93%
BLUE value IS 247 (96.88% from 255) = 50.93%
R=38.14%
G=10.93%
B=50.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185532470.250.7900.03280.8292.3858.82
HexB935F7194F031195c3b
Octal27165367311170343113473
Binary10111001110101111101111100110011110111000110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B935F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B935F7; }

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

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

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

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

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

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

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

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