#B262C1

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

Shades of Medium Orchid #B262C1

Tints of Medium Orchid #B262C1

Color information

#B262C1 (or 0xB262C1) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and C1. RGB value is (178,98,193). Sum of RGB (Red+Green+Blue) = 178+98+193=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #B262C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262C1 is #4D9D3E. Grayscale: #848484. Windows color (decimal): -5086527 or 12673714. OLE color: 12673714.

HSL color Cylindrical-coordinate representation of color #B262C1: hue angle of 290.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B262C1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17898193-
CMYK0.080.4900.24
HSL290.53º43.38%57.06%-
HSV(B)290.53º49.22%75.69%-
XYZ32.3522.0553-
YUV132.75162160.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=37.95%
G=20.90%
B=41.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178981930.080.4900.24290.5343.3857.06
HexB262C18310181232b39
Octal26214230110610304435371
Binary101100101100010110000011000110001011000100100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262C1; }

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

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

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

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

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

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

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

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