#B470CB

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

Shades of Medium Orchid #B470CB

Tints of Medium Orchid #B470CB

Color information

#B470CB (or 0xB470CB) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and CB. RGB value is (180,112,203). Sum of RGB (Red+Green+Blue) = 180+112+203=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B470CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CB is #4B8F34. Grayscale: #8E8E8E. Windows color (decimal): -4951861 or 13332660. OLE color: 13332660.

HSL color Cylindrical-coordinate representation of color #B470CB: hue angle of 284.84º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B470CB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180112203-
CMYK0.110.4500.20
HSL284.84º46.67%61.76%-
HSV(B)284.84º44.83%79.61%-
XYZ35.425.659.58-
YUV142.71162.03154.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=36.36%
G=22.63%
B=41.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801122030.110.4500.20284.8446.6761.76
HexB470CBB2D01411d2f3e
Octal26416031313550244355776
Binary101101001110000110010111011101101010100100011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470CB; }

 p { color: rgb(180,112,203); }

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

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

 a { background-color: rgb(180,112,203); }

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

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

 span { border-color: rgb(180,112,203); }

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