#B260F9

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

Shades of Medium Orchid #B260F9

Tints of Medium Orchid #B260F9

Color information

#B260F9 (or 0xB260F9) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and F9. RGB value is (178,96,249). Sum of RGB (Red+Green+Blue) = 178+96+249=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #B260F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260F9 is #4D9F06. Grayscale: #898989. Windows color (decimal): -5086983 or 16343218. OLE color: 16343218.

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

Color convert

RGB17896249-
CMYK0.290.6100.02
HSL272.16º92.73%67.65%-
HSV(B)272.16º61.45%97.65%-
XYZ39.6424.6792.3-
YUV137.96190.67156.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=34.03%
G=18.36%
B=47.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178962490.290.6100.02272.1692.7367.65
HexB260F91D3D021105d44
Octal262140371357502420135104
Binary101100101100000111110011110111110101010001000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260F9; }

 p { color: rgb(178,96,249); }

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

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

 a { background-color: rgb(178,96,249); }

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

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

 span { border-color: rgb(178,96,249); }

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