#B242EB

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

Shades of Medium Orchid #B242EB

Tints of Medium Orchid #B242EB

Color information

#B242EB (or 0xB242EB) is unknown color: approx Medium Orchid. HEX triplet: B2, 42 and EB. RGB value is (178,66,235). Sum of RGB (Red+Green+Blue) = 178+66+235=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B242EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242EB is #4DBD14. Grayscale: #767676. Windows color (decimal): -5094677 or 15418034. OLE color: 15418034.

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

Color convert

RGB17866235-
CMYK0.240.7200.08
HSL279.76º80.86%59.02%-
HSV(B)279.76º71.91%92.16%-
XYZ35.319.3680.47-
YUV118.75193.61170.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=37.16%
G=13.78%
B=49.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178662350.240.7200.08279.7680.8659.02
HexB242EB184808118513b
Octal2621023533011001043012173
Binary10110010100001011101011110001001000010001000110001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242EB; }

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

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

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

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

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

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

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

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