#B448CB

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

Shades of Medium Orchid #B448CB

Tints of Medium Orchid #B448CB

Color information

#B448CB (or 0xB448CB) is unknown color: approx Medium Orchid. HEX triplet: B4, 48 and CB. RGB value is (180,72,203). Sum of RGB (Red+Green+Blue) = 180+72+203=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B448CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448CB is #4BB734. Grayscale: #767676. Windows color (decimal): -4962101 or 13322420. OLE color: 13322420.

HSL color Cylindrical-coordinate representation of color #B448CB: hue angle of 289.47º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B448CB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18072203-
CMYK0.110.6500.20
HSL289.47º55.74%53.92%-
HSV(B)289.47º64.53%79.61%-
XYZ31.9218.6558.42-
YUV119.23175.28171.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=39.56%
G=15.82%
B=44.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180722030.110.6500.20289.4755.7453.92
HexB448CBB410141213836
Octal264110313131010244417066
Binary1011010010010001100101110111000001010100100100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448CB; }

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

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

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

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

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

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

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

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