#B448CF

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

Shades of Medium Orchid #B448CF

Tints of Medium Orchid #B448CF

Color information

#B448CF (or 0xB448CF) is unknown color: approx Medium Orchid. HEX triplet: B4, 48 and CF. RGB value is (180,72,207). Sum of RGB (Red+Green+Blue) = 180+72+207=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B448CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448CF is #4BB730. Grayscale: #777777. Windows color (decimal): -4962097 or 13584564. OLE color: 13584564.

HSL color Cylindrical-coordinate representation of color #B448CF: hue angle of 288º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B448CF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18072207-
CMYK0.130.6500.19
HSL288º58.44%54.71%-
HSV(B)288º65.22%81.18%-
XYZ32.418.8460.96-
YUV119.68177.28171.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 72 (28.52% from 255) = 15.69%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=39.22%
G=15.69%
B=45.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180722070.130.6500.1928858.4454.71
HexB448CFD410131203a37
Octal264110317151010234407267
Binary1011010010010001100111111011000001010011100100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448CF; }

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

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

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

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

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

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

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

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