Html Css Color HEX #B075C6 East Side

📋 copy color: '#B075C6'

red 176 ◦ green 117 ◦ blue 198

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

Shades of East Side #B075C6

Tints of East Side #B075C6

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 35.85%
G = 23.83%
B = 40.33%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B075C6 (or 0xB075C6) is known color: East Side. HEX triplet: B0, 75 and C6. RGB value is (176,117,198). Sum of RGB (Red+Green+Blue) = 176+117+198=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #B075C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075C6 is #4F8A39. Grayscale: #8F8F8F. Windows color (decimal): -5212730 or 13006256. OLE color: 13006256.

HSL color Cylindrical-coordinate representation of color #B075C6: hue angle of 283.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B075C6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 117 198 -
CMYK 0.11 0.41 0 0.22
HSL 283.7º 0.42% 0.62% -
HSV(B) 283.7º 0.41% 0.78% -
XYZ 34.46 26.03 56.63 -
YUV 143.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 176 117 198 0.11 0.41 0 0.22 283.7 0.42 0.62
Hex B0 75 C6 B 29 0 16 11C 2A 3E
Octal 260 165 306 13 51 0 26 434 52 76
Binary 10110000 1110101 11000110 1011 101001 0 10110 100011100 101010 111110

Color Harmonies of #B075C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075C6

Black with #B075C6

Text Example


Text Example

White with #B075C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075C6; }

 p { color: rgb(176,117,198); }

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

background-color css

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

 a { background-color: rgb(176,117,198); }

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

border-color css

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

 span { border-color: rgb(176,117,198); }

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