Html Css Color HEX #B1067B Medium Violet Red

📋 copy color: '#B1067B'

red 177 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #B1067B

Tints of Medium Violet Red #B1067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 57.84%
G = 1.96%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1067B (or 0xB1067B) is known color: Medium Violet Red. HEX triplet: B1, 06 and 7B. RGB value is (177,6,123). Sum of RGB (Red+Green+Blue) = 177+6+123=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1067B is #4EF984. Grayscale: #464646. Windows color (decimal): -5175685 or 8062641. OLE color: 8062641.

HSL color Cylindrical-coordinate representation of color #B1067B: hue angle of 318.95º 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 #B1067B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 123 -
CMYK 0 0.97 0.31 0.31
HSL 318.95º 0.93% 0.36% -
HSV(B) 318.95º 0.97% 0.69% -
XYZ 21.77 10.91 19.7 -
YUV 70.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 177 6 123 0 0.97 0.31 0.31 318.95 0.93 0.36
Hex B1 6 7B 0 61 1F 1F 13F 5D 24
Octal 261 6 173 0 141 37 37 477 135 44
Binary 10110001 110 1111011 0 1100001 11111 11111 100111111 1011101 100100

Color Harmonies of #B1067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1067B

Black with #B1067B

Text Example


Text Example

White with #B1067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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