Html Css Color HEX #B289D0 East Side

📋 copy color: '#B289D0'

red 178 ◦ green 137 ◦ blue 208

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

Shades of East Side #B289D0

Tints of East Side #B289D0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.2%

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 34.03%
G = 26.2%
B = 39.77%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B289D0 (or 0xB289D0) is known color: East Side. HEX triplet: B2, 89 and D0. RGB value is (178,137,208). Sum of RGB (Red+Green+Blue) = 178+137+208=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #B289D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289D0 is #4D762F. Grayscale: #9D9D9D. Windows color (decimal): -5076528 or 13666738. OLE color: 13666738.

HSL color Cylindrical-coordinate representation of color #B289D0: hue angle of 274.65º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B289D0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 137 208 -
CMYK 0.14 0.34 0 0.18
HSL 274.65º 0.43% 0.68% -
HSV(B) 274.65º 0.34% 0.82% -
XYZ 38.69 31.91 63.79 -
YUV 157.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 178 137 208 0.14 0.34 0 0.18 274.65 0.43 0.68
Hex B2 89 D0 E 22 0 12 113 2B 44
Octal 262 211 320 16 42 0 22 423 53 104
Binary 10110010 10001001 11010000 1110 100010 0 10010 100010011 101011 1000100

Color Harmonies of #B289D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B289D0

Black with #B289D0

Text Example


Text Example

White with #B289D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B289D0; }

 p { color: rgb(178,137,208); }

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

background-color css

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

 a { background-color: rgb(178,137,208); }

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

border-color css

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

 span { border-color: rgb(178,137,208); }

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