#B060D4

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

Shades of Medium Orchid #B060D4

Tints of Medium Orchid #B060D4

Color information

#B060D4 (or 0xB060D4) is unknown color: approx Medium Orchid. HEX triplet: B0, 60 and D4. RGB value is (176,96,212). Sum of RGB (Red+Green+Blue) = 176+96+212=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #B060D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060D4 is #4F9F2B. Grayscale: #848484. Windows color (decimal): -5218092 or 13918384. OLE color: 13918384.

HSL color Cylindrical-coordinate representation of color #B060D4: hue angle of 281.38º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B060D4 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17696212-
CMYK0.170.5500.17
HSL281.38º57.43%60.39%-
HSV(B)281.38º54.72%83.14%-
XYZ33.9722.3564.81-
YUV133.14172.5158.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=36.36%
G=19.83%
B=43.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176962120.170.5500.17281.3857.4360.39
HexB060D41137011119393c
Octal26014032421670214317174
Binary1011000011000001101010010001110111010001100011001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060D4; }

 p { color: rgb(176,96,212); }

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

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

 a { background-color: rgb(176,96,212); }

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

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

 span { border-color: rgb(176,96,212); }

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