#B067EC

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

Shades of Medium Orchid #B067EC

Tints of Medium Orchid #B067EC

Color information

#B067EC (or 0xB067EC) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and EC. RGB value is (176,103,236). Sum of RGB (Red+Green+Blue) = 176+103+236=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067EC is #4F9813. Grayscale: #8B8B8B. Windows color (decimal): -5216276 or 15493040. OLE color: 15493040.

HSL color Cylindrical-coordinate representation of color #B067EC: hue angle of 272.93º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B067EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176103236-
CMYK0.250.5600.07
HSL272.93º77.78%66.47%-
HSV(B)272.93º56.36%92.55%-
XYZ37.924.9982.18-
YUV139.99182.18153.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 103 (40.62% from 255) = 20%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=34.17%
G=20%
B=45.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761032360.250.5600.07272.9377.7866.47
HexB067EC1938071114e42
Octal260147354317007421116102
Binary1011000011001111110110011001111000011110001000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067EC; }

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

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

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

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

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

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

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

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