Html Css Color HEX #B075CC East Side

📋 copy color: '#B075CC'

red 176 ◦ green 117 ◦ blue 204

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

Shades of East Side #B075CC

Tints of East Side #B075CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 35.41%
G = 23.54%
B = 41.05%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B075CC (or 0xB075CC) is known color: East Side. HEX triplet: B0, 75 and CC. RGB value is (176,117,204). Sum of RGB (Red+Green+Blue) = 176+117+204=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B075CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075CC is #4F8A33. Grayscale: #909090. Windows color (decimal): -5212724 or 13399472. OLE color: 13399472.

HSL color Cylindrical-coordinate representation of color #B075CC: hue angle of 280.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B075CC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 117 204 -
CMYK 0.14 0.43 0 0.2
HSL 280.69º 0.46% 0.63% -
HSV(B) 280.69º 0.43% 0.8% -
XYZ 35.16 26.31 60.35 -
YUV 144.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 176 117 204 0.14 0.43 0 0.2 280.69 0.46 0.63
Hex B0 75 CC E 2B 0 14 119 2E 3F
Octal 260 165 314 16 53 0 24 431 56 77
Binary 10110000 1110101 11001100 1110 101011 0 10100 100011001 101110 111111

Color Harmonies of #B075CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075CC

Black with #B075CC

Text Example


Text Example

White with #B075CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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