#B447CF

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

Shades of Medium Orchid #B447CF

Tints of Medium Orchid #B447CF

Color information

#B447CF (or 0xB447CF) is unknown color: approx Medium Orchid. HEX triplet: B4, 47 and CF. RGB value is (180,71,207). Sum of RGB (Red+Green+Blue) = 180+71+207=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B447CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447CF is #4BB830. Grayscale: #767676. Windows color (decimal): -4962353 or 13584308. OLE color: 13584308.

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

Color convert

RGB18071207-
CMYK0.130.6600.19
HSL288.09º58.62%54.51%-
HSV(B)288.09º65.7%81.18%-
XYZ32.3418.7160.94-
YUV119.1177.61171.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=39.30%
G=15.50%
B=45.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180712070.130.6600.19288.0958.6254.51
HexB447CFD420131203b37
Octal264107317151020234407367
Binary1011010010001111100111111011000010010011100100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447CF; }

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

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

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

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

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

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

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

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