Html Css Color HEX #B384CB East Side

📋 copy color: '#B384CB'

red 179 ◦ green 132 ◦ blue 203

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

Shades of East Side #B384CB

Tints of East Side #B384CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 34.82%
G = 25.68%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B384CB (or 0xB384CB) is known color: East Side. HEX triplet: B3, 84 and CB. RGB value is (179,132,203). Sum of RGB (Red+Green+Blue) = 179+132+203=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B384CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CB is #4C7B34. Grayscale: #999999. Windows color (decimal): -5012277 or 13337779. OLE color: 13337779.

HSL color Cylindrical-coordinate representation of color #B384CB: hue angle of 279.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B384CB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 132 203 -
CMYK 0.12 0.35 0 0.20
HSL 279.72º 0.41% 0.66% -
HSV(B) 279.72º 0.35% 0.8% -
XYZ 37.62 30.4 60.38 -
YUV 154.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 179 132 203 0.12 0.35 0 0.20 279.72 0.41 0.66
Hex B3 84 CB C 23 0 14 118 29 42
Octal 263 204 313 14 43 0 24 430 51 102
Binary 10110011 10000100 11001011 1100 100011 0 10100 100011000 101001 1000010

Color Harmonies of #B384CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384CB

Black with #B384CB

Text Example


Text Example

White with #B384CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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