#B67BD0

Color #B67BD0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B67BD0

Tints of East Side #B67BD0

Color information

#B67BD0 (or 0xB67BD0) is unknown color: approx East Side. HEX triplet: B6, 7B and D0. RGB value is (182,123,208). Sum of RGB (Red+Green+Blue) = 182+123+208=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #B67BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BD0 is #49842F. Grayscale: #969696. Windows color (decimal): -4817968 or 13663158. OLE color: 13663158.

HSL color Cylindrical-coordinate representation of color #B67BD0: hue angle of 281.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B67BD0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182123208-
CMYK0.120.4100.18
HSL281.65º47.49%64.9%-
HSV(B)281.65º40.87%81.57%-
XYZ37.7628.6763.22-
YUV150.33160.55150.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=35.48%
G=23.98%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821232080.120.4100.18281.6547.4964.9
HexB67BD0C2901211a2f41
Octal266173320145102243257101
Binary1011011011110111101000011001010010100101000110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BD0; }

 p { color: rgb(182,123,208); }

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

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

 a { background-color: rgb(182,123,208); }

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

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

 span { border-color: rgb(182,123,208); }

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