Html Css Color HEX #B295C2 East Side

📋 copy color: '#B295C2'

red 178 ◦ green 149 ◦ blue 194

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

Shades of East Side #B295C2

Tints of East Side #B295C2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.6%

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 34.17%
G = 28.6%
B = 37.24%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B295C2 (or 0xB295C2) is known color: East Side. HEX triplet: B2, 95 and C2. RGB value is (178,149,194). Sum of RGB (Red+Green+Blue) = 178+149+194=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #B295C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295C2 is #4D6A3D. Grayscale: #A2A2A2. Windows color (decimal): -5073470 or 12752306. OLE color: 12752306.

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

Color convert

RGB 178 149 194 -
CMYK 0.08 0.23 0 0.24
HSL 278.67º 0.27% 0.67% -
HSV(B) 278.67º 0.23% 0.76% -
XYZ 38.85 34.85 55.72 -
YUV 162.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 178 149 194 0.08 0.23 0 0.24 278.67 0.27 0.67
Hex B2 95 C2 8 17 0 18 117 1B 43
Octal 262 225 302 10 27 0 30 427 33 103
Binary 10110010 10010101 11000010 1000 10111 0 11000 100010111 11011 1000011

Color Harmonies of #B295C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295C2

Black with #B295C2

Text Example


Text Example

White with #B295C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295C2; }

 p { color: rgb(178,149,194); }

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

background-color css

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

 a { background-color: rgb(178,149,194); }

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

border-color css

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

 span { border-color: rgb(178,149,194); }

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