#B74EED

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

Shades of Medium Orchid #B74EED

Tints of Medium Orchid #B74EED

Color information

#B74EED (or 0xB74EED) is unknown color: approx Medium Orchid. HEX triplet: B7, 4E and ED. RGB value is (183,78,237). Sum of RGB (Red+Green+Blue) = 183+78+237=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EED is #48B112. Grayscale: #7E7E7E. Windows color (decimal): -4763923 or 15552183. OLE color: 15552183.

HSL color Cylindrical-coordinate representation of color #B74EED: hue angle of 279.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74EED is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18378237-
CMYK0.230.6700.07
HSL279.62º81.54%61.76%-
HSV(B)279.62º67.09%92.94%-
XYZ37.5421.6382.32-
YUV127.52189.79167.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 78 (30.86% from 255) = 15.66%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=36.75%
G=15.66%
B=47.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183782370.230.6700.07279.6281.5461.76
HexB74EED174307118523e
Octal267116355271030743012276
Binary1011011110011101110110110111100001101111000110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EED; }

 p { color: rgb(183,78,237); }

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

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

 a { background-color: rgb(183,78,237); }

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

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

 span { border-color: rgb(183,78,237); }

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