Html Css Color HEX #B182CA East Side

📋 copy color: '#B182CA'

red 177 ◦ green 130 ◦ blue 202

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

Shades of East Side #B182CA

Tints of East Side #B182CA

RGB

 RED value IS 177 (69.53% from 255) = 34.77%

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

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

R = 34.77%
G = 25.54%
B = 39.69%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B182CA (or 0xB182CA) is known color: East Side. HEX triplet: B1, 82 and CA. RGB value is (177,130,202). Sum of RGB (Red+Green+Blue) = 177+130+202=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B182CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182CA is #4E7D35. Grayscale: #989898. Windows color (decimal): -5143862 or 13271729. OLE color: 13271729.

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

Color convert

RGB 177 130 202 -
CMYK 0.12 0.36 0 0.21
HSL 279.17º 0.4% 0.65% -
HSV(B) 279.17º 0.36% 0.79% -
XYZ 36.77 29.58 59.65 -
YUV 152.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 177 130 202 0.12 0.36 0 0.21 279.17 0.4 0.65
Hex B1 82 CA C 24 0 15 117 28 41
Octal 261 202 312 14 44 0 25 427 50 101
Binary 10110001 10000010 11001010 1100 100100 0 10101 100010111 101000 1000001

Color Harmonies of #B182CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182CA

Black with #B182CA

Text Example


Text Example

White with #B182CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182CA; }

 p { color: rgb(177,130,202); }

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

background-color css

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

 a { background-color: rgb(177,130,202); }

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

border-color css

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

 span { border-color: rgb(177,130,202); }

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