#B767D8

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

Shades of Medium Orchid #B767D8

Tints of Medium Orchid #B767D8

Color information

#B767D8 (or 0xB767D8) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and D8. RGB value is (183,103,216). Sum of RGB (Red+Green+Blue) = 183+103+216=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #B767D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767D8 is #489827. Grayscale: #8B8B8B. Windows color (decimal): -4757544 or 14182327. OLE color: 14182327.

HSL color Cylindrical-coordinate representation of color #B767D8: hue angle of 282.48º 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 #B767D8 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183103216-
CMYK0.150.5200.15
HSL282.48º59.16%62.55%-
HSV(B)282.48º52.31%84.71%-
XYZ36.7724.7367.8-
YUV139.8171158.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=36.45%
G=20.52%
B=43.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831032160.150.5200.15282.4859.1662.55
HexB767D8F340F11a3b3f
Octal26714733017640174327377
Binary10110111110011111011000111111010001111100011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767D8; }

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

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

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

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

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

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

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

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