#B262F2

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

Shades of Medium Orchid #B262F2

Tints of Medium Orchid #B262F2

Color information

#B262F2 (or 0xB262F2) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and F2. RGB value is (178,98,242). Sum of RGB (Red+Green+Blue) = 178+98+242=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #B262F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262F2 is #4D9D0D. Grayscale: #898989. Windows color (decimal): -5086478 or 15884978. OLE color: 15884978.

HSL color Cylindrical-coordinate representation of color #B262F2: hue angle of 273.33º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B262F2 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17898242-
CMYK0.260.6000.05
HSL273.33º84.71%66.67%-
HSV(B)273.33º59.5%94.9%-
XYZ38.7524.6186.71-
YUV138.34186.5156.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 98 (38.67% from 255) = 18.92%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=34.36%
G=18.92%
B=46.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178982420.260.6000.05273.3384.7166.67
HexB262F21A3C051115543
Octal262142362327405421125103
Binary1011001011000101111001011010111100010110001000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262F2; }

 p { color: rgb(178,98,242); }

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

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

 a { background-color: rgb(178,98,242); }

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

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

 span { border-color: rgb(178,98,242); }

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