Html Css Color HEX #B383C1 East Side

📋 copy color: '#B383C1'

red 179 ◦ green 131 ◦ blue 193

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

Shades of East Side #B383C1

Tints of East Side #B383C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 35.59%
G = 26.04%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B383C1 (or 0xB383C1) is known color: East Side. HEX triplet: B3, 83 and C1. RGB value is (179,131,193). Sum of RGB (Red+Green+Blue) = 179+131+193=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #B383C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383C1 is #4C7C3E. Grayscale: #989898. Windows color (decimal): -5012543 or 12682163. OLE color: 12682163.

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

Color convert

RGB 179 131 193 -
CMYK 0.07 0.32 0 0.24
HSL 286.45º 0.33% 0.64% -
HSV(B) 286.45º 0.32% 0.76% -
XYZ 36.33 29.67 54.26 -
YUV 152.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 179 131 193 0.07 0.32 0 0.24 286.45 0.33 0.64
Hex B3 83 C1 7 20 0 18 11E 21 40
Octal 263 203 301 7 40 0 30 436 41 100
Binary 10110011 10000011 11000001 111 100000 0 11000 100011110 100001 1000000

Color Harmonies of #B383C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383C1

Black with #B383C1

Text Example


Text Example

White with #B383C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383C1; }

 p { color: rgb(179,131,193); }

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

background-color css

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

 a { background-color: rgb(179,131,193); }

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

border-color css

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

 span { border-color: rgb(179,131,193); }

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