#B447EB

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

Shades of Medium Orchid #B447EB

Tints of Medium Orchid #B447EB

Color information

#B447EB (or 0xB447EB) is unknown color: approx Medium Orchid. HEX triplet: B4, 47 and EB. RGB value is (180,71,235). Sum of RGB (Red+Green+Blue) = 180+71+235=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #B447EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447EB is #4BB814. Grayscale: #797979. Windows color (decimal): -4962325 or 15419316. OLE color: 15419316.

HSL color Cylindrical-coordinate representation of color #B447EB: hue angle of 279.88º 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 #B447EB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18071235-
CMYK0.230.7000.08
HSL279.88º80.39%60%-
HSV(B)279.88º69.79%92.16%-
XYZ36.0720.2180.6-
YUV122.29191.61169.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 71 (28.12% from 255) = 14.61%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=37.04%
G=14.61%
B=48.35%

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
Decimal180712350.230.7000.08279.8880.3960
HexB447EB174608118503c
Octal2641073532710601043012074
Binary10110100100011111101011101111000110010001000110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447EB; }

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

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

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

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

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

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

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

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