Html Css Color HEX #B295C9 East Side

📋 copy color: '#B295C9'

red 178 ◦ green 149 ◦ blue 201

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

Shades of East Side #B295C9

Tints of East Side #B295C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 33.71%
G = 28.22%
B = 38.07%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B295C9 (or 0xB295C9) is known color: East Side. HEX triplet: B2, 95 and C9. RGB value is (178,149,201). Sum of RGB (Red+Green+Blue) = 178+149+201=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #B295C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295C9 is #4D6A36. Grayscale: #A3A3A3. Windows color (decimal): -5073463 or 13211058. OLE color: 13211058.

HSL color Cylindrical-coordinate representation of color #B295C9: hue angle of 273.46º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B295C9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 149 201 -
CMYK 0.11 0.26 0 0.21
HSL 273.46º 0.33% 0.69% -
HSV(B) 273.46º 0.26% 0.79% -
XYZ 39.65 35.18 59.96 -
YUV 163.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 178 149 201 0.11 0.26 0 0.21 273.46 0.33 0.69
Hex B2 95 C9 B 1A 0 15 111 20 45
Octal 262 225 311 13 32 0 25 421 40 105
Binary 10110010 10010101 11001001 1011 11010 0 10101 100010001 100000 1000101

Color Harmonies of #B295C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295C9

Black with #B295C9

Text Example


Text Example

White with #B295C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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