#B470CA

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

Shades of Medium Orchid #B470CA

Tints of Medium Orchid #B470CA

Color information

#B470CA (or 0xB470CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 70 and CA. RGB value is (180,112,202). Sum of RGB (Red+Green+Blue) = 180+112+202=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B470CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CA is #4B8F35. Grayscale: #8E8E8E. Windows color (decimal): -4951862 or 13267124. OLE color: 13267124.

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

Color convert

RGB180112202-
CMYK0.110.4500.21
HSL285.33º45.92%61.57%-
HSV(B)285.33º44.55%79.22%-
XYZ35.2825.5658.95-
YUV142.59161.53154.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=36.44%
G=22.67%
B=40.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801122020.110.4500.21285.3345.9261.57
HexB470CAB2D01511d2e3e
Octal26416031213550254355676
Binary101101001110000110010101011101101010101100011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470CA; }

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

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

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

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

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

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

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

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