Html Css Color HEX #B77DDA East Side

📋 copy color: '#B77DDA'

red 183 ◦ green 125 ◦ blue 218

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

Shades of East Side #B77DDA

Tints of East Side #B77DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 34.79%
G = 23.76%
B = 41.44%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B77DDA (or 0xB77DDA) is known color: East Side. HEX triplet: B7, 7D and DA. RGB value is (183,125,218). Sum of RGB (Red+Green+Blue) = 183+125+218=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #B77DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDA is #488225. Grayscale: #989898. Windows color (decimal): -4751910 or 14319031. OLE color: 14319031.

HSL color Cylindrical-coordinate representation of color #B77DDA: hue angle of 277.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77DDA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 125 218 -
CMYK 0.16 0.43 0 0.15
HSL 277.42º 0.56% 0.67% -
HSV(B) 277.42º 0.43% 0.85% -
XYZ 39.52 29.8 70 -
YUV 152.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 183 125 218 0.16 0.43 0 0.15 277.42 0.56 0.67
Hex B7 7D DA 10 2B 0 F 115 38 43
Octal 267 175 332 20 53 0 17 425 70 103
Binary 10110111 1111101 11011010 10000 101011 0 1111 100010101 111000 1000011

Color Harmonies of #B77DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DDA

Black with #B77DDA

Text Example


Text Example

White with #B77DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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