Html Css Color HEX #B384D5 East Side

📋 copy color: '#B384D5'

red 179 ◦ green 132 ◦ blue 213

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

Shades of East Side #B384D5

Tints of East Side #B384D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 34.16%
G = 25.19%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B384D5 (or 0xB384D5) is known color: East Side. HEX triplet: B3, 84 and D5. RGB value is (179,132,213). Sum of RGB (Red+Green+Blue) = 179+132+213=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #B384D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384D5 is #4C7B2A. Grayscale: #9B9B9B. Windows color (decimal): -5012267 or 13993139. OLE color: 13993139.

HSL color Cylindrical-coordinate representation of color #B384D5: hue angle of 274.81º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B384D5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 132 213 -
CMYK 0.16 0.38 0 0.16
HSL 274.81º 0.49% 0.68% -
HSV(B) 274.81º 0.38% 0.84% -
XYZ 38.85 30.89 66.87 -
YUV 155.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 179 132 213 0.16 0.38 0 0.16 274.81 0.49 0.68
Hex B3 84 D5 10 26 0 10 113 31 44
Octal 263 204 325 20 46 0 20 423 61 104
Binary 10110011 10000100 11010101 10000 100110 0 10000 100010011 110001 1000100

Color Harmonies of #B384D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384D5

Black with #B384D5

Text Example


Text Example

White with #B384D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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