#B67BD4

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

Shades of East Side #B67BD4

Tints of East Side #B67BD4

Color information

#B67BD4 (or 0xB67BD4) is unknown color: approx East Side. HEX triplet: B6, 7B and D4. RGB value is (182,123,212). Sum of RGB (Red+Green+Blue) = 182+123+212=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #B67BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BD4 is #49842B. Grayscale: #969696. Windows color (decimal): -4817964 or 13925302. OLE color: 13925302.

HSL color Cylindrical-coordinate representation of color #B67BD4: hue angle of 279.78º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67BD4 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182123212-
CMYK0.140.4200.17
HSL279.78º50.86%65.69%-
HSV(B)279.78º41.98%83.14%-
XYZ38.2628.8665.84-
YUV150.79162.55150.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=35.20%
G=23.79%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821232120.140.4200.17279.7850.8665.69
HexB67BD4E2A0111183342
Octal266173324165202143063102
Binary1011011011110111101010011101010100100011000110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BD4; }

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

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

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

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

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

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

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

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