Html Css Color HEX #B296C1 East Side

📋 copy color: '#B296C1'

red 178 ◦ green 150 ◦ blue 193

#B296C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B296C1

Tints of East Side #B296C1

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 34.17%
G = 28.79%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B296C1 (or 0xB296C1) is known color: East Side. HEX triplet: B2, 96 and C1. RGB value is (178,150,193). Sum of RGB (Red+Green+Blue) = 178+150+193=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B296C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296C1 is #4D693E. Grayscale: #A3A3A3. Windows color (decimal): -5073215 or 12687026. OLE color: 12687026.

HSL color Cylindrical-coordinate representation of color #B296C1: hue angle of 279.07º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B296C1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 150 193 -
CMYK 0.08 0.22 0 0.24
HSL 279.07º 0.26% 0.67% -
HSV(B) 279.07º 0.22% 0.76% -
XYZ 38.89 35.13 55.18 -
YUV 163.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 178 150 193 0.08 0.22 0 0.24 279.07 0.26 0.67
Hex B2 96 C1 8 16 0 18 117 1A 43
Octal 262 226 301 10 26 0 30 427 32 103
Binary 10110010 10010110 11000001 1000 10110 0 11000 100010111 11010 1000011

Color Harmonies of #B296C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296C1

Black with #B296C1

Text Example


Text Example

White with #B296C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296C1; }

 p { color: rgb(178,150,193); }

 H1.HeaderClassName
 {
   color: #B296C1;
 }
 .AnyTagClassName
 {
   color: #B296C1;
 }
</style>

background-color css

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

 a { background-color: rgb(178,150,193); }

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

border-color css

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

 span { border-color: rgb(178,150,193); }

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