#B447EA

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

Shades of Medium Orchid #B447EA

Tints of Medium Orchid #B447EA

Color information

#B447EA (or 0xB447EA) is unknown color: approx Medium Orchid. HEX triplet: B4, 47 and EA. RGB value is (180,71,234). Sum of RGB (Red+Green+Blue) = 180+71+234=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B447EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447EA is #4BB815. Grayscale: #797979. Windows color (decimal): -4962326 or 15353780. OLE color: 15353780.

HSL color Cylindrical-coordinate representation of color #B447EA: hue angle of 280.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B447EA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18071234-
CMYK0.230.7000.08
HSL280.12º79.51%59.8%-
HSV(B)280.12º69.66%91.76%-
XYZ35.9320.1579.84-
YUV122.17191.11169.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 71 (28.12% from 255) = 14.64%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=37.11%
G=14.64%
B=48.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180712340.230.7000.08280.1279.5159.8
HexB447EA174608118503c
Octal2641073522710601043012074
Binary10110100100011111101010101111000110010001000110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447EA; }

 p { color: rgb(180,71,234); }

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

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

 a { background-color: rgb(180,71,234); }

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

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

 span { border-color: rgb(180,71,234); }

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