#B067D8

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

Shades of Medium Orchid #B067D8

Tints of Medium Orchid #B067D8

Color information

#B067D8 (or 0xB067D8) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and D8. RGB value is (176,103,216). Sum of RGB (Red+Green+Blue) = 176+103+216=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #B067D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067D8 is #4F9827. Grayscale: #898989. Windows color (decimal): -5216296 or 14182320. OLE color: 14182320.

HSL color Cylindrical-coordinate representation of color #B067D8: hue angle of 278.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B067D8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176103216-
CMYK0.190.5200.15
HSL278.76º59.16%62.55%-
HSV(B)278.76º52.31%84.71%-
XYZ35.1523.8967.72-
YUV137.71172.18155.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=35.56%
G=20.81%
B=43.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761032160.190.5200.15278.7659.1662.55
HexB067D813340F1173b3f
Octal26014733023640174277377
Binary101100001100111110110001001111010001111100010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067D8; }

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

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

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

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

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

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

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

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