#B07DCA

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

Shades of East Side #B07DCA

Tints of East Side #B07DCA

Color information

#B07DCA (or 0xB07DCA) is unknown color: approx East Side. HEX triplet: B0, 7D and CA. RGB value is (176,125,202). Sum of RGB (Red+Green+Blue) = 176+125+202=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B07DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DCA is #4F8235. Grayscale: #949494. Windows color (decimal): -5210678 or 13270448. OLE color: 13270448.

HSL color Cylindrical-coordinate representation of color #B07DCA: hue angle of 279.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07DCA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176125202-
CMYK0.130.3800.21
HSL279.74º42.08%64.12%-
HSV(B)279.74º38.12%79.22%-
XYZ35.928.1659.42-
YUV149.03157.9147.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=34.99%
G=24.85%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761252020.130.3800.21279.7442.0864.12
HexB07DCAD260151182a40
Octal260175312154602543052100
Binary1011000011111011100101011011001100101011000110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DCA; }

 p { color: rgb(176,125,202); }

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

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

 a { background-color: rgb(176,125,202); }

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

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

 span { border-color: rgb(176,125,202); }

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