#B447CD

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

Shades of Medium Orchid #B447CD

Tints of Medium Orchid #B447CD

Color information

#B447CD (or 0xB447CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 47 and CD. RGB value is (180,71,205). Sum of RGB (Red+Green+Blue) = 180+71+205=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #B447CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447CD is #4BB832. Grayscale: #767676. Windows color (decimal): -4962355 or 13453236. OLE color: 13453236.

HSL color Cylindrical-coordinate representation of color #B447CD: hue angle of 288.81º degrees, saturation: 0.57, 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 #B447CD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18071205-
CMYK0.120.6500.20
HSL288.81º57.26%54.12%-
HSV(B)288.81º65.37%80.39%-
XYZ32.118.6259.66-
YUV118.87176.61171.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 71 (28.12% from 255) = 15.57%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=39.47%
G=15.57%
B=44.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180712050.120.6500.20288.8157.2654.12
HexB447CDC410141213936
Octal264107315141010244417166
Binary1011010010001111100110111001000001010100100100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447CD; }

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

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

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

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

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

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

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

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