#B67BCF

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

Shades of East Side #B67BCF

Tints of East Side #B67BCF

Color information

#B67BCF (or 0xB67BCF) is unknown color: approx East Side. HEX triplet: B6, 7B and CF. RGB value is (182,123,207). Sum of RGB (Red+Green+Blue) = 182+123+207=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #B67BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BCF is #498430. Grayscale: #959595. Windows color (decimal): -4817969 or 13597622. OLE color: 13597622.

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

Color convert

RGB182123207-
CMYK0.120.4100.19
HSL282.14º46.67%64.71%-
HSV(B)282.14º40.58%81.18%-
XYZ37.6428.6262.57-
YUV150.22160.05150.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=35.55%
G=24.02%
B=40.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821232070.120.4100.19282.1446.6764.71
HexB67BCFC2901311a2f41
Octal266173317145102343257101
Binary1011011011110111100111111001010010100111000110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BCF; }

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

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

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

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

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

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

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

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