#B067DE

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

Shades of Medium Orchid #B067DE

Tints of Medium Orchid #B067DE

Color information

#B067DE (or 0xB067DE) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and DE. RGB value is (176,103,222). Sum of RGB (Red+Green+Blue) = 176+103+222=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #B067DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DE is #4F9821. Grayscale: #898989. Windows color (decimal): -5216290 or 14575536. OLE color: 14575536.

HSL color Cylindrical-coordinate representation of color #B067DE: hue angle of 276.81º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B067DE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176103222-
CMYK0.210.5400.13
HSL276.81º64.32%63.73%-
HSV(B)276.81º53.6%87.06%-
XYZ35.9424.271.88-
YUV138.39175.18154.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=35.13%
G=20.56%
B=44.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761032220.210.5400.13276.8164.3263.73
HexB067DE15360D1154040
Octal2601473362566015425100100
Binary10110000110011111011110101011101100110110001010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067DE; }

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

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

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

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

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

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

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

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