Html Css Color HEX #B77DBB East Side

📋 copy color: '#B77DBB'

red 183 ◦ green 125 ◦ blue 187

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

Shades of East Side #B77DBB

Tints of East Side #B77DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 36.97%
G = 25.25%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B77DBB (or 0xB77DBB) is known color: East Side. HEX triplet: B7, 7D and BB. RGB value is (183,125,187). Sum of RGB (Red+Green+Blue) = 183+125+187=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B77DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DBB is #488244. Grayscale: #959595. Windows color (decimal): -4751941 or 12287415. OLE color: 12287415.

HSL color Cylindrical-coordinate representation of color #B77DBB: hue angle of 296.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77DBB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 125 187 -
CMYK 0.02 0.33 0 0.27
HSL 296.13º 0.31% 0.61% -
HSV(B) 296.13º 0.33% 0.73% -
XYZ 35.83 28.32 50.59 -
YUV 149.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 183 125 187 0.02 0.33 0 0.27 296.13 0.31 0.61
Hex B7 7D BB 2 21 0 1B 128 1F 3D
Octal 267 175 273 2 41 0 33 450 37 75
Binary 10110111 1111101 10111011 10 100001 0 11011 100101000 11111 111101

Color Harmonies of #B77DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DBB

Black with #B77DBB

Text Example


Text Example

White with #B77DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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