Html Css Color HEX #B382C0 East Side

📋 copy color: '#B382C0'

red 179 ◦ green 130 ◦ blue 192

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

Shades of East Side #B382C0

Tints of East Side #B382C0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 35.73%
G = 25.95%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B382C0 (or 0xB382C0) is known color: East Side. HEX triplet: B3, 82 and C0. RGB value is (179,130,192). Sum of RGB (Red+Green+Blue) = 179+130+192=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #B382C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382C0 is #4C7D3F. Grayscale: #979797. Windows color (decimal): -5012800 or 12616371. OLE color: 12616371.

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

Color convert

RGB 179 130 192 -
CMYK 0.07 0.32 0 0.25
HSL 287.42º 0.33% 0.63% -
HSV(B) 287.42º 0.32% 0.75% -
XYZ 36.09 29.35 53.63 -
YUV 151.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 179 130 192 0.07 0.32 0 0.25 287.42 0.33 0.63
Hex B3 82 C0 7 20 0 19 11F 21 3F
Octal 263 202 300 7 40 0 31 437 41 77
Binary 10110011 10000010 11000000 111 100000 0 11001 100011111 100001 111111

Color Harmonies of #B382C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382C0

Black with #B382C0

Text Example


Text Example

White with #B382C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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