Html Css Color HEX #B384C0 East Side

📋 copy color: '#B384C0'

red 179 ◦ green 132 ◦ blue 192

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

Shades of East Side #B384C0

Tints of East Side #B384C0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.24%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 35.59%
G = 26.24%
B = 38.17%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B384C0 (or 0xB384C0) is known color: East Side. HEX triplet: B3, 84 and C0. RGB value is (179,132,192). Sum of RGB (Red+Green+Blue) = 179+132+192=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #B384C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384C0 is #4C7B3F. Grayscale: #989898. Windows color (decimal): -5012288 or 12616883. OLE color: 12616883.

HSL color Cylindrical-coordinate representation of color #B384C0: hue angle of 287º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B384C0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 132 192 -
CMYK 0.07 0.31 0 0.25
HSL 287º 0.32% 0.64% -
HSV(B) 287º 0.31% 0.75% -
XYZ 36.36 29.89 53.72 -
YUV 152.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 179 132 192 0.07 0.31 0 0.25 287 0.32 0.64
Hex B3 84 C0 7 1F 0 19 11F 20 40
Octal 263 204 300 7 37 0 31 437 40 100
Binary 10110011 10000100 11000000 111 11111 0 11001 100011111 100000 1000000

Color Harmonies of #B384C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384C0

Black with #B384C0

Text Example


Text Example

White with #B384C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384C0; }

 p { color: rgb(179,132,192); }

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

background-color css

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

 a { background-color: rgb(179,132,192); }

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

border-color css

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

 span { border-color: rgb(179,132,192); }

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