#B067D6

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

Shades of Medium Orchid #B067D6

Tints of Medium Orchid #B067D6

Color information

#B067D6 (or 0xB067D6) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and D6. RGB value is (176,103,214). Sum of RGB (Red+Green+Blue) = 176+103+214=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #B067D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067D6 is #4F9829. Grayscale: #898989. Windows color (decimal): -5216298 or 14051248. OLE color: 14051248.

HSL color Cylindrical-coordinate representation of color #B067D6: hue angle of 279.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B067D6 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176103214-
CMYK0.180.5200.16
HSL279.46º57.51%62.16%-
HSV(B)279.46º51.87%83.92%-
XYZ34.8923.7966.37-
YUV137.48171.18155.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 103 (40.62% from 255) = 20.89%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=35.70%
G=20.89%
B=43.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761032140.180.5200.16279.4657.5162.16
HexB067D612340101173a3e
Octal26014732622640204277276
Binary1011000011001111101011010010110100010000100010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067D6; }

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

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

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

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

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

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

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

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