#B242E9

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

Shades of Medium Orchid #B242E9

Tints of Medium Orchid #B242E9

Color information

#B242E9 (or 0xB242E9) is unknown color: approx Medium Orchid. HEX triplet: B2, 42 and E9. RGB value is (178,66,233). Sum of RGB (Red+Green+Blue) = 178+66+233=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #B242E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242E9 is #4DBD16. Grayscale: #757575. Windows color (decimal): -5094679 or 15286962. OLE color: 15286962.

HSL color Cylindrical-coordinate representation of color #B242E9: hue angle of 280.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B242E9 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17866233-
CMYK0.240.7200.09
HSL280.24º79.15%58.63%-
HSV(B)280.24º71.67%91.37%-
XYZ35.0219.2478.96-
YUV118.53192.61170.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 66 (26.17% from 255) = 13.84%
BLUE value IS 233 (91.41% from 255) = 48.85%
R=37.32%
G=13.84%
B=48.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178662330.240.7200.09280.2479.1558.63
HexB242E91848091184f3b
Octal2621023513011001143011773
Binary10110010100001011101001110001001000010011000110001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242E9; }

 p { color: rgb(178,66,233); }

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

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

 a { background-color: rgb(178,66,233); }

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

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

 span { border-color: rgb(178,66,233); }

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