#B069CC

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

Shades of Medium Orchid #B069CC

Tints of Medium Orchid #B069CC

Color information

#B069CC (or 0xB069CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and CC. RGB value is (176,105,204). Sum of RGB (Red+Green+Blue) = 176+105+204=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B069CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069CC is #4F9633. Grayscale: #898989. Windows color (decimal): -5215796 or 13396400. OLE color: 13396400.

HSL color Cylindrical-coordinate representation of color #B069CC: hue angle of 283.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B069CC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176105204-
CMYK0.140.4900.2
HSL283.03º49.25%60.59%-
HSV(B)283.03º48.53%80%-
XYZ33.8623.6959.92-
YUV137.51165.52155.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=36.29%
G=21.65%
B=42.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761052040.140.4900.2283.0349.2560.59
HexB069CCE3101411b313d
Octal26015131416610244336175
Binary101100001101001110011001110110001010100100011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069CC; }

 p { color: rgb(176,105,204); }

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

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

 a { background-color: rgb(176,105,204); }

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

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

 span { border-color: rgb(176,105,204); }

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