#B355F9

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

Shades of Medium Orchid #B355F9

Tints of Medium Orchid #B355F9

Color information

#B355F9 (or 0xB355F9) is unknown color: approx Medium Orchid. HEX triplet: B3, 55 and F9. RGB value is (179,85,249). Sum of RGB (Red+Green+Blue) = 179+85+249=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #B355F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355F9 is #4CAA06. Grayscale: #838383. Windows color (decimal): -5024263 or 16340403. OLE color: 16340403.

HSL color Cylindrical-coordinate representation of color #B355F9: hue angle of 274.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B355F9 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17985249-
CMYK0.280.6600.02
HSL274.39º93.18%65.49%-
HSV(B)274.39º65.86%97.65%-
XYZ38.9422.9291.99-
YUV131.8194.14161.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 85 (33.59% from 255) = 16.57%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=34.89%
G=16.57%
B=48.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179852490.280.6600.02274.3993.1865.49
HexB355F91C42021125d41
Octal2631253713410202422135101
Binary1011001110101011111100111100100001001010001001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355F9; }

 p { color: rgb(179,85,249); }

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

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

 a { background-color: rgb(179,85,249); }

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

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

 span { border-color: rgb(179,85,249); }

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