#B27DD3

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

Shades of East Side #B27DD3

Tints of East Side #B27DD3

Color information

#B27DD3 (or 0xB27DD3) is unknown color: approx East Side. HEX triplet: B2, 7D and D3. RGB value is (178,125,211). Sum of RGB (Red+Green+Blue) = 178+125+211=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #B27DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DD3 is #4D822C. Grayscale: #969696. Windows color (decimal): -5079597 or 13860274. OLE color: 13860274.

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

Color convert

RGB178125211-
CMYK0.160.4100.17
HSL276.98º49.43%65.88%-
HSV(B)276.98º40.76%82.75%-
XYZ37.4528.8465.22-
YUV150.65162.06147.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=34.63%
G=24.32%
B=41.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781252110.160.4100.17276.9849.4365.88
HexB27DD310290111153142
Octal262175323205102142561102
Binary10110010111110111010011100001010010100011000101011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DD3; }

 p { color: rgb(178,125,211); }

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

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

 a { background-color: rgb(178,125,211); }

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

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

 span { border-color: rgb(178,125,211); }

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