#b767e2

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

Shades of Medium Orchid #B767E2

Tints of Medium Orchid #B767E2

Color information

#B767E2 (or 0xB767E2) is unknown color: approx Medium Orchid. HEX triplet: B7, 67 and E2. RGB value is (183,103,226). Sum of RGB (Red+Green+Blue) = 183+103+226=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #B767E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767E2 is #48981D. Grayscale: #8C8C8C. Windows color (decimal): -4757534 or 14837687. OLE color: 14837687.

HSL color Cylindrical-coordinate representation of color #B767E2: hue angle of 279.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B767E2 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183103226-
CMYK0.190.5400.11
HSL279.02º67.96%64.51%-
HSV(B)279.02º54.42%88.63%-
XYZ38.1125.2674.82-
YUV140.94176158-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 103 (40.62% from 255) = 20.12%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=35.74%
G=20.12%
B=44.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831032260.190.5400.11279.0267.9664.51
HexB767E213360B1174441
Octal2671473422366013427104101
Binary10110111110011111100010100111101100101110001011110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b767e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b767e2; }

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

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

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

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

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

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

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

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