#B767C6

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

Shades of Medium Orchid #B767C6

Tints of Medium Orchid #B767C6

Color information

#B767C6 (or 0xB767C6) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and C6. RGB value is (183,103,198). Sum of RGB (Red+Green+Blue) = 183+103+198=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #B767C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767C6 is #489839. Grayscale: #898989. Windows color (decimal): -4757562 or 13002679. OLE color: 13002679.

HSL color Cylindrical-coordinate representation of color #B767C6: hue angle of 290.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B767C6 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183103198-
CMYK0.080.4800.22
HSL290.53º45.45%59.02%-
HSV(B)290.53º47.98%77.65%-
XYZ34.5723.8456.21-
YUV137.75162160.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 198 (77.73% from 255) = 40.91%
R=37.81%
G=21.28%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831031980.080.4800.22290.5345.4559.02
HexB767C68300161232d3b
Octal26714730610600264435573
Binary101101111100111110001101000110000010110100100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767C6; }

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

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

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

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

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

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

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

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