Html Css Color HEX #B677D4 East Side

📋 copy color: '#B677D4'

red 182 ◦ green 119 ◦ blue 212

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

Shades of East Side #B677D4

Tints of East Side #B677D4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.2%

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 35.48%
G = 23.2%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B677D4 (or 0xB677D4) is known color: East Side. HEX triplet: B6, 77 and D4. RGB value is (182,119,212). Sum of RGB (Red+Green+Blue) = 182+119+212=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #B677D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677D4 is #49882B. Grayscale: #949494. Windows color (decimal): -4818988 or 13924278. OLE color: 13924278.

HSL color Cylindrical-coordinate representation of color #B677D4: hue angle of 280.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B677D4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 119 212 -
CMYK 0.14 0.44 0 0.17
HSL 280.65º 0.52% 0.65% -
HSV(B) 280.65º 0.44% 0.83% -
XYZ 37.77 27.89 65.68 -
YUV 148.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 182 119 212 0.14 0.44 0 0.17 280.65 0.52 0.65
Hex B6 77 D4 E 2C 0 11 119 34 41
Octal 266 167 324 16 54 0 21 431 64 101
Binary 10110110 1110111 11010100 1110 101100 0 10001 100011001 110100 1000001

Color Harmonies of #B677D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677D4

Black with #B677D4

Text Example


Text Example

White with #B677D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677D4; }

 p { color: rgb(182,119,212); }

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

background-color css

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

 a { background-color: rgb(182,119,212); }

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

border-color css

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

 span { border-color: rgb(182,119,212); }

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