Html Css Color HEX #B375C6 East Side

📋 copy color: '#B375C6'

red 179 ◦ green 117 ◦ blue 198

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

Shades of East Side #B375C6

Tints of East Side #B375C6

RGB

 RED value IS 179 (70.31% from 255) = 36.23%

 GREEN value IS 117 (46.09% from 255) = 23.68%

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 36.23%
G = 23.68%
B = 40.08%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B375C6 (or 0xB375C6) is known color: East Side. HEX triplet: B3, 75 and C6. RGB value is (179,117,198). Sum of RGB (Red+Green+Blue) = 179+117+198=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #B375C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375C6 is #4C8A39. Grayscale: #909090. Windows color (decimal): -5016122 or 13006259. OLE color: 13006259.

HSL color Cylindrical-coordinate representation of color #B375C6: hue angle of 285.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B375C6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 117 198 -
CMYK 0.10 0.41 0 0.22
HSL 285.93º 0.42% 0.62% -
HSV(B) 285.93º 0.41% 0.78% -
XYZ 35.14 26.38 56.67 -
YUV 144.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 179 117 198 0.10 0.41 0 0.22 285.93 0.42 0.62
Hex B3 75 C6 A 29 0 16 11E 2A 3E
Octal 263 165 306 12 51 0 26 436 52 76
Binary 10110011 1110101 11000110 1010 101001 0 10110 100011110 101010 111110

Color Harmonies of #B375C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375C6

Black with #B375C6

Text Example


Text Example

White with #B375C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375C6; }

 p { color: rgb(179,117,198); }

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

background-color css

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

 a { background-color: rgb(179,117,198); }

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

border-color css

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

 span { border-color: rgb(179,117,198); }

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