#B448E0

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

Shades of Medium Orchid #B448E0

Tints of Medium Orchid #B448E0

Color information

#B448E0 (or 0xB448E0) is unknown color: approx Medium Orchid. HEX triplet: B4, 48 and E0. RGB value is (180,72,224). Sum of RGB (Red+Green+Blue) = 180+72+224=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #B448E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448E0 is #4BB71F. Grayscale: #797979. Windows color (decimal): -4962080 or 14698676. OLE color: 14698676.

HSL color Cylindrical-coordinate representation of color #B448E0: hue angle of 282.63º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B448E0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18072224-
CMYK0.200.6800.12
HSL282.63º71.03%58.04%-
HSV(B)282.63º67.86%87.84%-
XYZ34.5919.7272.5-
YUV121.62185.78169.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=37.82%
G=15.13%
B=47.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180722240.200.6800.12282.6371.0358.04
HexB448E014440C11b473a
Octal2641103402410401443310772
Binary10110100100100011100000101001000100011001000110111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448E0; }

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

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

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

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

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

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

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

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