Html Css Color HEX #B279BE East Side

📋 copy color: '#B279BE'

red 178 ◦ green 121 ◦ blue 190

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

Shades of East Side #B279BE

Tints of East Side #B279BE

RGB

 RED value IS 178 (69.92% from 255) = 36.4%

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 36.4%
G = 24.74%
B = 38.85%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B279BE (or 0xB279BE) is known color: East Side. HEX triplet: B2, 79 and BE. RGB value is (178,121,190). Sum of RGB (Red+Green+Blue) = 178+121+190=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279BE is #4D8641. Grayscale: #919191. Windows color (decimal): -5080642 or 12482994. OLE color: 12482994.

HSL color Cylindrical-coordinate representation of color #B279BE: hue angle of 289.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B279BE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 121 190 -
CMYK 0.06 0.36 0 0.25
HSL 289.57º 0.35% 0.61% -
HSV(B) 289.57º 0.36% 0.75% -
XYZ 34.49 26.86 52.08 -
YUV 145.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 178 121 190 0.06 0.36 0 0.25 289.57 0.35 0.61
Hex B2 79 BE 6 24 0 19 122 23 3D
Octal 262 171 276 6 44 0 31 442 43 75
Binary 10110010 1111001 10111110 110 100100 0 11001 100100010 100011 111101

Color Harmonies of #B279BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279BE

Black with #B279BE

Text Example


Text Example

White with #B279BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279BE; }

 p { color: rgb(178,121,190); }

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

background-color css

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

 a { background-color: rgb(178,121,190); }

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

border-color css

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

 span { border-color: rgb(178,121,190); }

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