#B67BC1

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

Shades of East Side #B67BC1

Tints of East Side #B67BC1

Color information

#B67BC1 (or 0xB67BC1) is unknown color: approx East Side. HEX triplet: B6, 7B and C1. RGB value is (182,123,193). Sum of RGB (Red+Green+Blue) = 182+123+193=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B67BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BC1 is #49843E. Grayscale: #949494. Windows color (decimal): -4817983 or 12680118. OLE color: 12680118.

HSL color Cylindrical-coordinate representation of color #B67BC1: hue angle of 290.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67BC1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182123193-
CMYK0.060.3600.24
HSL290.57º36.08%61.96%-
HSV(B)290.57º36.27%75.69%-
XYZ3627.9653.95-
YUV148.62153.05151.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=36.55%
G=24.70%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821231930.060.3600.24290.5736.0861.96
HexB67BC1624018123243e
Octal2661733016440304434476
Binary10110110111101111000001110100100011000100100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BC1; }

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

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

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

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

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

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

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

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