#B448C8

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

Shades of Medium Orchid #B448C8

Tints of Medium Orchid #B448C8

Color information

#B448C8 (or 0xB448C8) is unknown color: approx Medium Orchid. HEX triplet: B4, 48 and C8. RGB value is (180,72,200). Sum of RGB (Red+Green+Blue) = 180+72+200=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #B448C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448C8 is #4BB737. Grayscale: #767676. Windows color (decimal): -4962104 or 13125812. OLE color: 13125812.

HSL color Cylindrical-coordinate representation of color #B448C8: hue angle of 290.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B448C8 is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18072200-
CMYK0.10.6400.22
HSL290.62º53.78%53.33%-
HSV(B)290.62º64%78.43%-
XYZ31.5718.5156.55-
YUV118.88173.78171.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 72 (28.52% from 255) = 15.93%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=39.82%
G=15.93%
B=44.25%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180722000.10.6400.22290.6253.7853.33
HexB448C8A400161233635
Octal264110310121000264436665
Binary1011010010010001100100010101000000010110100100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448C8; }

 p { color: rgb(180,72,200); }

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

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

 a { background-color: rgb(180,72,200); }

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

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

 span { border-color: rgb(180,72,200); }

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