Html Css Color HEX #B074CA East Side

📋 copy color: '#B074CA'

red 176 ◦ green 116 ◦ blue 202

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

Shades of East Side #B074CA

Tints of East Side #B074CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

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

R = 35.63%
G = 23.48%
B = 40.89%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B074CA (or 0xB074CA) is known color: East Side. HEX triplet: B0, 74 and CA. RGB value is (176,116,202). Sum of RGB (Red+Green+Blue) = 176+116+202=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B074CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074CA is #4F8B35. Grayscale: #8F8F8F. Windows color (decimal): -5212982 or 13268144. OLE color: 13268144.

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

Color convert

RGB 176 116 202 -
CMYK 0.13 0.43 0 0.21
HSL 281.86º 0.45% 0.62% -
HSV(B) 281.86º 0.43% 0.79% -
XYZ 34.81 25.99 59.06 -
YUV 143.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 176 116 202 0.13 0.43 0 0.21 281.86 0.45 0.62
Hex B0 74 CA D 2B 0 15 11A 2D 3E
Octal 260 164 312 15 53 0 25 432 55 76
Binary 10110000 1110100 11001010 1101 101011 0 10101 100011010 101101 111110

Color Harmonies of #B074CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074CA

Black with #B074CA

Text Example


Text Example

White with #B074CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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