Html Css Color HEX #B375CB East Side

📋 copy color: '#B375CB'

red 179 ◦ green 117 ◦ blue 203

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

Shades of East Side #B375CB

Tints of East Side #B375CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 35.87%
G = 23.45%
B = 40.68%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B375CB (or 0xB375CB) is known color: East Side. HEX triplet: B3, 75 and CB. RGB value is (179,117,203). Sum of RGB (Red+Green+Blue) = 179+117+203=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B375CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CB is #4C8A34. Grayscale: #919191. Windows color (decimal): -5016117 or 13333939. OLE color: 13333939.

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

Color convert

RGB 179 117 203 -
CMYK 0.12 0.42 0 0.20
HSL 283.26º 0.45% 0.63% -
HSV(B) 283.26º 0.42% 0.8% -
XYZ 35.73 26.62 59.75 -
YUV 145.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 179 117 203 0.12 0.42 0 0.20 283.26 0.45 0.63
Hex B3 75 CB C 2A 0 14 11B 2D 3F
Octal 263 165 313 14 52 0 24 433 55 77
Binary 10110011 1110101 11001011 1100 101010 0 10100 100011011 101101 111111

Color Harmonies of #B375CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375CB

Black with #B375CB

Text Example


Text Example

White with #B375CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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