Html Css Color HEX #B385BB East Side

📋 copy color: '#B385BB'

red 179 ◦ green 133 ◦ blue 187

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

Shades of East Side #B385BB

Tints of East Side #B385BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 35.87%
G = 26.65%
B = 37.47%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B385BB (or 0xB385BB) is known color: East Side. HEX triplet: B3, 85 and BB. RGB value is (179,133,187). Sum of RGB (Red+Green+Blue) = 179+133+187=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #B385BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BB is #4C7A44. Grayscale: #989898. Windows color (decimal): -5012037 or 12289459. OLE color: 12289459.

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

Color convert

RGB 179 133 187 -
CMYK 0.04 0.29 0 0.27
HSL 291.11º 0.28% 0.63% -
HSV(B) 291.11º 0.29% 0.73% -
XYZ 35.95 29.95 50.9 -
YUV 152.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 179 133 187 0.04 0.29 0 0.27 291.11 0.28 0.63
Hex B3 85 BB 4 1D 0 1B 123 1C 3F
Octal 263 205 273 4 35 0 33 443 34 77
Binary 10110011 10000101 10111011 100 11101 0 11011 100100011 11100 111111

Color Harmonies of #B385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385BB

Black with #B385BB

Text Example


Text Example

White with #B385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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