Html Css Color HEX #B77CD4 East Side

📋 copy color: '#B77CD4'

red 183 ◦ green 124 ◦ blue 212

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

Shades of East Side #B77CD4

Tints of East Side #B77CD4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 35.26%
G = 23.89%
B = 40.85%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B77CD4 (or 0xB77CD4) is known color: East Side. HEX triplet: B7, 7C and D4. RGB value is (183,124,212). Sum of RGB (Red+Green+Blue) = 183+124+212=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #B77CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CD4 is #48832B. Grayscale: #979797. Windows color (decimal): -4752172 or 13925559. OLE color: 13925559.

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

Color convert

RGB 183 124 212 -
CMYK 0.14 0.42 0 0.17
HSL 280.23º 0.51% 0.66% -
HSV(B) 280.23º 0.42% 0.83% -
XYZ 38.62 29.24 65.9 -
YUV 151.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 183 124 212 0.14 0.42 0 0.17 280.23 0.51 0.66
Hex B7 7C D4 E 2A 0 11 118 33 42
Octal 267 174 324 16 52 0 21 430 63 102
Binary 10110111 1111100 11010100 1110 101010 0 10001 100011000 110011 1000010

Color Harmonies of #B77CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CD4

Black with #B77CD4

Text Example


Text Example

White with #B77CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CD4; }

 p { color: rgb(183,124,212); }

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

background-color css

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

 a { background-color: rgb(183,124,212); }

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

border-color css

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

 span { border-color: rgb(183,124,212); }

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