Html Css Color HEX #B072C9 East Side

📋 copy color: '#B072C9'

red 176 ◦ green 114 ◦ blue 201

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

Shades of East Side #B072C9

Tints of East Side #B072C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 35.85%
G = 23.22%
B = 40.94%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B072C9 (or 0xB072C9) is known color: East Side. HEX triplet: B0, 72 and C9. RGB value is (176,114,201). Sum of RGB (Red+Green+Blue) = 176+114+201=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #B072C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072C9 is #4F8D36. Grayscale: #8E8E8E. Windows color (decimal): -5213495 or 13202096. OLE color: 13202096.

HSL color Cylindrical-coordinate representation of color #B072C9: hue angle of 282.76º 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 #B072C9 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 114 201 -
CMYK 0.12 0.43 0 0.21
HSL 282.76º 0.45% 0.62% -
HSV(B) 282.76º 0.43% 0.79% -
XYZ 34.46 25.48 58.36 -
YUV 142.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 176 114 201 0.12 0.43 0 0.21 282.76 0.45 0.62
Hex B0 72 C9 C 2B 0 15 11B 2D 3E
Octal 260 162 311 14 53 0 25 433 55 76
Binary 10110000 1110010 11001001 1100 101011 0 10101 100011011 101101 111110

Color Harmonies of #B072C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072C9

Black with #B072C9

Text Example


Text Example

White with #B072C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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