Html Css Color HEX #B77DD1 East Side

📋 copy color: '#B77DD1'

red 183 ◦ green 125 ◦ blue 209

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

Shades of East Side #B77DD1

Tints of East Side #B77DD1

RGB

 RED value IS 183 (71.88% from 255) = 35.4%

 GREEN value IS 125 (49.22% from 255) = 24.18%

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 35.4%
G = 24.18%
B = 40.43%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B77DD1 (or 0xB77DD1) is known color: East Side. HEX triplet: B7, 7D and D1. RGB value is (183,125,209). Sum of RGB (Red+Green+Blue) = 183+125+209=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #B77DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DD1 is #48822E. Grayscale: #979797. Windows color (decimal): -4751919 or 13729207. OLE color: 13729207.

HSL color Cylindrical-coordinate representation of color #B77DD1: hue angle of 281.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77DD1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 125 209 -
CMYK 0.12 0.40 0 0.18
HSL 281.43º 0.48% 0.65% -
HSV(B) 281.43º 0.4% 0.82% -
XYZ 38.37 29.34 63.96 -
YUV 151.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 183 125 209 0.12 0.40 0 0.18 281.43 0.48 0.65
Hex B7 7D D1 C 28 0 12 119 30 41
Octal 267 175 321 14 50 0 22 431 60 101
Binary 10110111 1111101 11010001 1100 101000 0 10010 100011001 110000 1000001

Color Harmonies of #B77DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DD1

Black with #B77DD1

Text Example


Text Example

White with #B77DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DD1; }

 p { color: rgb(183,125,209); }

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

background-color css

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

 a { background-color: rgb(183,125,209); }

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

border-color css

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

 span { border-color: rgb(183,125,209); }

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