Html Css Color HEX #B780C4 East Side

📋 copy color: '#B780C4'

red 183 ◦ green 128 ◦ blue 196

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

Shades of East Side #B780C4

Tints of East Side #B780C4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 36.09%
G = 25.25%
B = 38.66%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B780C4 (or 0xB780C4) is known color: East Side. HEX triplet: B7, 80 and C4. RGB value is (183,128,196). Sum of RGB (Red+Green+Blue) = 183+128+196=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #B780C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780C4 is #487F3B. Grayscale: #979797. Windows color (decimal): -4751164 or 12878007. OLE color: 12878007.

HSL color Cylindrical-coordinate representation of color #B780C4: hue angle of 288.53º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B780C4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 128 196 -
CMYK 0.07 0.35 0 0.23
HSL 288.53º 0.37% 0.64% -
HSV(B) 288.53º 0.35% 0.77% -
XYZ 37.21 29.49 55.96 -
YUV 152.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 183 128 196 0.07 0.35 0 0.23 288.53 0.37 0.64
Hex B7 80 C4 7 23 0 17 121 25 40
Octal 267 200 304 7 43 0 27 441 45 100
Binary 10110111 10000000 11000100 111 100011 0 10111 100100001 100101 1000000

Color Harmonies of #B780C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B780C4

Black with #B780C4

Text Example


Text Example

White with #B780C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B780C4; }

 p { color: rgb(183,128,196); }

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

background-color css

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

 a { background-color: rgb(183,128,196); }

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

border-color css

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

 span { border-color: rgb(183,128,196); }

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