Html Css Color HEX #B385B9 East Side

📋 copy color: '#B385B9'

red 179 ◦ green 133 ◦ blue 185

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

Shades of East Side #B385B9

Tints of East Side #B385B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 36.02%
G = 26.76%
B = 37.22%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B385B9 (or 0xB385B9) is known color: East Side. HEX triplet: B3, 85 and B9. RGB value is (179,133,185). Sum of RGB (Red+Green+Blue) = 179+133+185=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #B385B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385B9 is #4C7A46. Grayscale: #989898. Windows color (decimal): -5012039 or 12158387. OLE color: 12158387.

HSL color Cylindrical-coordinate representation of color #B385B9: hue angle of 293.08º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B385B9 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 133 185 -
CMYK 0.03 0.28 0 0.27
HSL 293.08º 0.27% 0.62% -
HSV(B) 293.08º 0.28% 0.73% -
XYZ 35.73 29.86 49.78 -
YUV 152.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 179 133 185 0.03 0.28 0 0.27 293.08 0.27 0.62
Hex B3 85 B9 3 1C 0 1B 125 1B 3E
Octal 263 205 271 3 34 0 33 445 33 76
Binary 10110011 10000101 10111001 11 11100 0 11011 100100101 11011 111110

Color Harmonies of #B385B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385B9

Black with #B385B9

Text Example


Text Example

White with #B385B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385B9; }

 p { color: rgb(179,133,185); }

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

background-color css

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

 a { background-color: rgb(179,133,185); }

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

border-color css

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

 span { border-color: rgb(179,133,185); }

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