#B067BF

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

Shades of Medium Orchid #B067BF

Tints of Medium Orchid #B067BF

Color information

#B067BF (or 0xB067BF) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and BF. RGB value is (176,103,191). Sum of RGB (Red+Green+Blue) = 176+103+191=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #B067BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067BF is #4F9840. Grayscale: #868686. Windows color (decimal): -5216321 or 12543920. OLE color: 12543920.

HSL color Cylindrical-coordinate representation of color #B067BF: hue angle of 289.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B067BF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176103191-
CMYK0.080.4600.25
HSL289.77º40.74%57.65%-
HSV(B)289.77º46.07%74.9%-
XYZ32.1622.6951.98-
YUV134.86159.68157.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 191 (75% from 255) = 40.64%
R=37.45%
G=21.91%
B=40.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761031910.080.4600.25289.7740.7457.65
HexB067BF82E019122293a
Octal26014727710560314425172
Binary101100001100111101111111000101110011001100100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067BF; }

 p { color: rgb(176,103,191); }

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

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

 a { background-color: rgb(176,103,191); }

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

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

 span { border-color: rgb(176,103,191); }

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