Html Css Color HEX #B078CA East Side

📋 copy color: '#B078CA'

red 176 ◦ green 120 ◦ blue 202

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

Shades of East Side #B078CA

Tints of East Side #B078CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 35.34%
G = 24.1%
B = 40.56%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B078CA (or 0xB078CA) is known color: East Side. HEX triplet: B0, 78 and CA. RGB value is (176,120,202). Sum of RGB (Red+Green+Blue) = 176+120+202=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B078CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078CA is #4F8735. Grayscale: #919191. Windows color (decimal): -5211958 or 13269168. OLE color: 13269168.

HSL color Cylindrical-coordinate representation of color #B078CA: hue angle of 280.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B078CA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 120 202 -
CMYK 0.13 0.41 0 0.21
HSL 280.98º 0.44% 0.63% -
HSV(B) 280.98º 0.41% 0.79% -
XYZ 35.28 26.93 59.22 -
YUV 146.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 176 120 202 0.13 0.41 0 0.21 280.98 0.44 0.63
Hex B0 78 CA D 29 0 15 119 2C 3F
Octal 260 170 312 15 51 0 25 431 54 77
Binary 10110000 1111000 11001010 1101 101001 0 10101 100011001 101100 111111

Color Harmonies of #B078CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078CA

Black with #B078CA

Text Example


Text Example

White with #B078CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078CA; }

 p { color: rgb(176,120,202); }

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

background-color css

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

 a { background-color: rgb(176,120,202); }

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

border-color css

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

 span { border-color: rgb(176,120,202); }

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