Html Css Color HEX #B072CA East Side

📋 copy color: '#B072CA'

red 176 ◦ green 114 ◦ blue 202

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

Shades of East Side #B072CA

Tints of East Side #B072CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

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

R = 35.77%
G = 23.17%
B = 41.06%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B072CA (or 0xB072CA) is known color: East Side. HEX triplet: B0, 72 and CA. RGB value is (176,114,202). Sum of RGB (Red+Green+Blue) = 176+114+202=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B072CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072CA is #4F8D35. Grayscale: #8E8E8E. Windows color (decimal): -5213494 or 13267632. OLE color: 13267632.

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

Color convert

RGB 176 114 202 -
CMYK 0.13 0.44 0 0.21
HSL 282.27º 0.45% 0.62% -
HSV(B) 282.27º 0.44% 0.79% -
XYZ 34.58 25.53 58.98 -
YUV 142.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 176 114 202 0.13 0.44 0 0.21 282.27 0.45 0.62
Hex B0 72 CA D 2C 0 15 11A 2D 3E
Octal 260 162 312 15 54 0 25 432 55 76
Binary 10110000 1110010 11001010 1101 101100 0 10101 100011010 101101 111110

Color Harmonies of #B072CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072CA

Black with #B072CA

Text Example


Text Example

White with #B072CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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