Html Css Color HEX #B384CA East Side

📋 copy color: '#B384CA'

red 179 ◦ green 132 ◦ blue 202

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

Shades of East Side #B384CA

Tints of East Side #B384CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 34.89%
G = 25.73%
B = 39.38%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B384CA (or 0xB384CA) is known color: East Side. HEX triplet: B3, 84 and CA. RGB value is (179,132,202). Sum of RGB (Red+Green+Blue) = 179+132+202=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B384CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CA is #4C7B35. Grayscale: #999999. Windows color (decimal): -5012278 or 13272243. OLE color: 13272243.

HSL color Cylindrical-coordinate representation of color #B384CA: hue angle of 280.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B384CA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 132 202 -
CMYK 0.11 0.35 0 0.21
HSL 280.29º 0.4% 0.65% -
HSV(B) 280.29º 0.35% 0.79% -
XYZ 37.5 30.35 59.76 -
YUV 154.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 179 132 202 0.11 0.35 0 0.21 280.29 0.4 0.65
Hex B3 84 CA B 23 0 15 118 28 41
Octal 263 204 312 13 43 0 25 430 50 101
Binary 10110011 10000100 11001010 1011 100011 0 10101 100011000 101000 1000001

Color Harmonies of #B384CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384CA

Black with #B384CA

Text Example


Text Example

White with #B384CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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