Html Css Color HEX #B072BE East Side

📋 copy color: '#B072BE'

red 176 ◦ green 114 ◦ blue 190

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

Shades of East Side #B072BE

Tints of East Side #B072BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 36.67%
G = 23.75%
B = 39.58%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B072BE (or 0xB072BE) is known color: East Side. HEX triplet: B0, 72 and BE. RGB value is (176,114,190). Sum of RGB (Red+Green+Blue) = 176+114+190=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #B072BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072BE is #4F8D41. Grayscale: #8C8C8C. Windows color (decimal): -5213506 or 12481200. OLE color: 12481200.

HSL color Cylindrical-coordinate representation of color #B072BE: hue angle of 288.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B072BE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 114 190 -
CMYK 0.07 0.40 0 0.25
HSL 288.95º 0.37% 0.6% -
HSV(B) 288.95º 0.4% 0.75% -
XYZ 33.22 24.98 51.79 -
YUV 141.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 176 114 190 0.07 0.40 0 0.25 288.95 0.37 0.6
Hex B0 72 BE 7 28 0 19 121 25 3C
Octal 260 162 276 7 50 0 31 441 45 74
Binary 10110000 1110010 10111110 111 101000 0 11001 100100001 100101 111100

Color Harmonies of #B072BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072BE

Black with #B072BE

Text Example


Text Example

White with #B072BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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