#B27DC0

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

Shades of East Side #B27DC0

Tints of East Side #B27DC0

Color information

#B27DC0 (or 0xB27DC0) is unknown color: approx East Side. HEX triplet: B2, 7D and C0. RGB value is (178,125,192). Sum of RGB (Red+Green+Blue) = 178+125+192=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #B27DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DC0 is #4D823F. Grayscale: #949494. Windows color (decimal): -5079616 or 12615090. OLE color: 12615090.

HSL color Cylindrical-coordinate representation of color #B27DC0: hue angle of 287.46º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27DC0 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178125192-
CMYK0.070.3500.25
HSL287.46º34.72%62.16%-
HSV(B)287.46º34.9%75.29%-
XYZ35.2127.9453.41-
YUV148.49152.56149.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=35.96%
G=25.25%
B=38.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781251920.070.3500.25287.4634.7262.16
HexB27DC072301911f233e
Octal2621753007430314374376
Binary10110010111110111000000111100011011001100011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DC0; }

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

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

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

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

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

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

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

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