Html Css Color HEX #B375CA East Side

📋 copy color: '#B375CA'

red 179 ◦ green 117 ◦ blue 202

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

Shades of East Side #B375CA

Tints of East Side #B375CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 35.94%
G = 23.49%
B = 40.56%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B375CA (or 0xB375CA) is known color: East Side. HEX triplet: B3, 75 and CA. RGB value is (179,117,202). Sum of RGB (Red+Green+Blue) = 179+117+202=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B375CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CA is #4C8A35. Grayscale: #909090. Windows color (decimal): -5016118 or 13268403. OLE color: 13268403.

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

Color convert

RGB 179 117 202 -
CMYK 0.11 0.42 0 0.21
HSL 283.76º 0.45% 0.63% -
HSV(B) 283.76º 0.42% 0.79% -
XYZ 35.61 26.57 59.13 -
YUV 145.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 179 117 202 0.11 0.42 0 0.21 283.76 0.45 0.63
Hex B3 75 CA B 2A 0 15 11C 2D 3F
Octal 263 165 312 13 52 0 25 434 55 77
Binary 10110011 1110101 11001010 1011 101010 0 10101 100011100 101101 111111

Color Harmonies of #B375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375CA

Black with #B375CA

Text Example


Text Example

White with #B375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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