Html Css Color HEX #B477CF East Side

📋 copy color: '#B477CF'

red 180 ◦ green 119 ◦ blue 207

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

Shades of East Side #B477CF

Tints of East Side #B477CF

RGB

 RED value IS 180 (70.7% from 255) = 35.57%

 GREEN value IS 119 (46.88% from 255) = 23.52%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 35.57%
G = 23.52%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B477CF (or 0xB477CF) is known color: East Side. HEX triplet: B4, 77 and CF. RGB value is (180,119,207). Sum of RGB (Red+Green+Blue) = 180+119+207=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B477CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477CF is #4B8830. Grayscale: #929292. Windows color (decimal): -4950065 or 13596596. OLE color: 13596596.

HSL color Cylindrical-coordinate representation of color #B477CF: hue angle of 281.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B477CF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 119 207 -
CMYK 0.13 0.43 0 0.19
HSL 281.59º 0.48% 0.64% -
HSV(B) 281.59º 0.43% 0.81% -
XYZ 36.68 27.4 62.39 -
YUV 147.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 180 119 207 0.13 0.43 0 0.19 281.59 0.48 0.64
Hex B4 77 CF D 2B 0 13 11A 30 40
Octal 264 167 317 15 53 0 23 432 60 100
Binary 10110100 1110111 11001111 1101 101011 0 10011 100011010 110000 1000000

Color Harmonies of #B477CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477CF

Black with #B477CF

Text Example


Text Example

White with #B477CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477CF; }

 p { color: rgb(180,119,207); }

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

background-color css

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

 a { background-color: rgb(180,119,207); }

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

border-color css

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

 span { border-color: rgb(180,119,207); }

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