Html Css Color HEX #B478CF East Side

📋 copy color: '#B478CF'

red 180 ◦ green 120 ◦ blue 207

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

Shades of East Side #B478CF

Tints of East Side #B478CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

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

R = 35.5%
G = 23.67%
B = 40.83%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B478CF (or 0xB478CF) is known color: East Side. HEX triplet: B4, 78 and CF. RGB value is (180,120,207). Sum of RGB (Red+Green+Blue) = 180+120+207=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B478CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478CF is #4B8730. Grayscale: #939393. Windows color (decimal): -4949809 or 13596852. OLE color: 13596852.

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

Color convert

RGB 180 120 207 -
CMYK 0.13 0.42 0 0.19
HSL 281.38º 0.48% 0.64% -
HSV(B) 281.38º 0.42% 0.81% -
XYZ 36.8 27.64 62.43 -
YUV 147.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 180 120 207 0.13 0.42 0 0.19 281.38 0.48 0.64
Hex B4 78 CF D 2A 0 13 119 30 40
Octal 264 170 317 15 52 0 23 431 60 100
Binary 10110100 1111000 11001111 1101 101010 0 10011 100011001 110000 1000000

Color Harmonies of #B478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478CF

Black with #B478CF

Text Example


Text Example

White with #B478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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