#B061C4

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

Shades of Medium Orchid #B061C4

Tints of Medium Orchid #B061C4

Color information

#B061C4 (or 0xB061C4) is unknown color: approx Medium Orchid. HEX triplet: B0, 61 and C4. RGB value is (176,97,196). Sum of RGB (Red+Green+Blue) = 176+97+196=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #B061C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C4 is #4F9E3B. Grayscale: #838383. Windows color (decimal): -5217852 or 12870064. OLE color: 12870064.

HSL color Cylindrical-coordinate representation of color #B061C4: hue angle of 287.88º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B061C4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17697196-
CMYK0.100.5100.23
HSL287.88º45.62%57.45%-
HSV(B)287.88º50.51%76.86%-
XYZ32.1421.7754.73-
YUV131.91164.17159.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=37.53%
G=20.68%
B=41.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176971960.100.5100.23287.8845.6257.45
HexB061C4A330171202e39
Octal26014130412630274405671
Binary101100001100001110001001010110011010111100100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061C4; }

 p { color: rgb(176,97,196); }

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

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

 a { background-color: rgb(176,97,196); }

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

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

 span { border-color: rgb(176,97,196); }

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