Html Css Color HEX #B295C5 East Side

📋 copy color: '#B295C5'

red 178 ◦ green 149 ◦ blue 197

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

Shades of East Side #B295C5

Tints of East Side #B295C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 33.97%
G = 28.44%
B = 37.6%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B295C5 (or 0xB295C5) is known color: East Side. HEX triplet: B2, 95 and C5. RGB value is (178,149,197). Sum of RGB (Red+Green+Blue) = 178+149+197=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #B295C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295C5 is #4D6A3A. Grayscale: #A2A2A2. Windows color (decimal): -5073467 or 12948914. OLE color: 12948914.

HSL color Cylindrical-coordinate representation of color #B295C5: hue angle of 276.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B295C5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 149 197 -
CMYK 0.10 0.24 0 0.23
HSL 276.25º 0.29% 0.68% -
HSV(B) 276.25º 0.24% 0.77% -
XYZ 39.19 34.99 57.51 -
YUV 163.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 178 149 197 0.10 0.24 0 0.23 276.25 0.29 0.68
Hex B2 95 C5 A 18 0 17 114 1D 44
Octal 262 225 305 12 30 0 27 424 35 104
Binary 10110010 10010101 11000101 1010 11000 0 10111 100010100 11101 1000100

Color Harmonies of #B295C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295C5

Black with #B295C5

Text Example


Text Example

White with #B295C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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