Html Css Color HEX #B679DB East Side

📋 copy color: '#B679DB'

red 182 ◦ green 121 ◦ blue 219

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

Shades of East Side #B679DB

Tints of East Side #B679DB

RGB

 RED value IS 182 (71.48% from 255) = 34.87%

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 34.87%
G = 23.18%
B = 41.95%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B679DB (or 0xB679DB) is known color: East Side. HEX triplet: B6, 79 and DB. RGB value is (182,121,219). Sum of RGB (Red+Green+Blue) = 182+121+219=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B679DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679DB is #498624. Grayscale: #969696. Windows color (decimal): -4818469 or 14383542. OLE color: 14383542.

HSL color Cylindrical-coordinate representation of color #B679DB: hue angle of 277.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B679DB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 121 219 -
CMYK 0.17 0.45 0 0.14
HSL 277.35º 0.58% 0.67% -
HSV(B) 277.35º 0.45% 0.86% -
XYZ 38.91 28.73 70.51 -
YUV 150.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 182 121 219 0.17 0.45 0 0.14 277.35 0.58 0.67
Hex B6 79 DB 11 2D 0 E 115 3A 43
Octal 266 171 333 21 55 0 16 425 72 103
Binary 10110110 1111001 11011011 10001 101101 0 1110 100010101 111010 1000011

Color Harmonies of #B679DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679DB

Black with #B679DB

Text Example


Text Example

White with #B679DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679DB; }

 p { color: rgb(182,121,219); }

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

background-color css

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

 a { background-color: rgb(182,121,219); }

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

border-color css

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

 span { border-color: rgb(182,121,219); }

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