Html Css Color HEX #B385BC East Side

📋 copy color: '#B385BC'

red 179 ◦ green 133 ◦ blue 188

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

Shades of East Side #B385BC

Tints of East Side #B385BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 35.8%
G = 26.6%
B = 37.6%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B385BC (or 0xB385BC) is known color: East Side. HEX triplet: B3, 85 and BC. RGB value is (179,133,188). Sum of RGB (Red+Green+Blue) = 179+133+188=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B385BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BC is #4C7A43. Grayscale: #989898. Windows color (decimal): -5012036 or 12354995. OLE color: 12354995.

HSL color Cylindrical-coordinate representation of color #B385BC: hue angle of 290.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B385BC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 133 188 -
CMYK 0.05 0.29 0 0.26
HSL 290.18º 0.29% 0.63% -
HSV(B) 290.18º 0.29% 0.74% -
XYZ 36.06 29.99 51.47 -
YUV 153.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 179 133 188 0.05 0.29 0 0.26 290.18 0.29 0.63
Hex B3 85 BC 5 1D 0 1A 122 1D 3F
Octal 263 205 274 5 35 0 32 442 35 77
Binary 10110011 10000101 10111100 101 11101 0 11010 100100010 11101 111111

Color Harmonies of #B385BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385BC

Black with #B385BC

Text Example


Text Example

White with #B385BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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