Html Css Color HEX #B475CB East Side

📋 copy color: '#B475CB'

red 180 ◦ green 117 ◦ blue 203

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

Shades of East Side #B475CB

Tints of East Side #B475CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 36%
G = 23.4%
B = 40.6%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B475CB (or 0xB475CB) is known color: East Side. HEX triplet: B4, 75 and CB. RGB value is (180,117,203). Sum of RGB (Red+Green+Blue) = 180+117+203=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B475CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CB is #4B8A34. Grayscale: #919191. Windows color (decimal): -4950581 or 13333940. OLE color: 13333940.

HSL color Cylindrical-coordinate representation of color #B475CB: hue angle of 283.95º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B475CB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 117 203 -
CMYK 0.11 0.42 0 0.20
HSL 283.95º 0.45% 0.63% -
HSV(B) 283.95º 0.42% 0.8% -
XYZ 35.96 26.74 59.77 -
YUV 145.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 180 117 203 0.11 0.42 0 0.20 283.95 0.45 0.63
Hex B4 75 CB B 2A 0 14 11C 2D 3F
Octal 264 165 313 13 52 0 24 434 55 77
Binary 10110100 1110101 11001011 1011 101010 0 10100 100011100 101101 111111

Color Harmonies of #B475CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475CB

Black with #B475CB

Text Example


Text Example

White with #B475CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475CB; }

 p { color: rgb(180,117,203); }

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

background-color css

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

 a { background-color: rgb(180,117,203); }

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

border-color css

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

 span { border-color: rgb(180,117,203); }

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