#B445CF

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

Shades of Medium Orchid #B445CF

Tints of Medium Orchid #B445CF

Color information

#B445CF (or 0xB445CF) is unknown color: approx Medium Orchid. HEX triplet: B4, 45 and CF. RGB value is (180,69,207). Sum of RGB (Red+Green+Blue) = 180+69+207=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B445CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445CF is #4BBA30. Grayscale: #757575. Windows color (decimal): -4962865 or 13583796. OLE color: 13583796.

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

Color convert

RGB18069207-
CMYK0.130.6700.19
HSL288.26º58.97%54.12%-
HSV(B)288.26º66.67%81.18%-
XYZ32.2118.4660.9-
YUV117.92178.27172.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=39.47%
G=15.13%
B=45.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180692070.130.6700.19288.2658.9754.12
HexB445CFD430131203b36
Octal264105317151030234407366
Binary1011010010001011100111111011000011010011100100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445CF; }

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

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

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

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

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

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

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

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