Html Css Color HEX #B1069C Medium Violet Red

📋 copy color: '#B1069C'

red 177 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #B1069C

Tints of Medium Violet Red #B1069C

RGB

 RED value IS 177 (69.53% from 255) = 52.21%

 GREEN value IS 6 (2.73% from 255) = 1.77%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 52.21%
G = 1.77%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1069C (or 0xB1069C) is known color: Medium Violet Red. HEX triplet: B1, 06 and 9C. RGB value is (177,6,156). Sum of RGB (Red+Green+Blue) = 177+6+156=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1069C is #4EF963. Grayscale: #494949. Windows color (decimal): -5175652 or 10225329. OLE color: 10225329.

HSL color Cylindrical-coordinate representation of color #B1069C: hue angle of 307.37º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1069C is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 156 -
CMYK 0 0.97 0.12 0.31
HSL 307.37º 0.93% 0.36% -
HSV(B) 307.37º 0.97% 0.69% -
XYZ 24.2 11.88 32.47 -
YUV 74.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 177 6 156 0 0.97 0.12 0.31 307.37 0.93 0.36
Hex B1 6 9C 0 61 C 1F 133 5D 24
Octal 261 6 234 0 141 14 37 463 135 44
Binary 10110001 110 10011100 0 1100001 1100 11111 100110011 1011101 100100

Color Harmonies of #B1069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1069C

Black with #B1069C

Text Example


Text Example

White with #B1069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1069C; }

 p { color: rgb(177,6,156); }

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

background-color css

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

 a { background-color: rgb(177,6,156); }

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

border-color css

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

 span { border-color: rgb(177,6,156); }

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