Html Css Color HEX #B0067F Medium Violet Red

📋 copy color: '#B0067F'

red 176 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #B0067F

Tints of Medium Violet Red #B0067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 56.96%
G = 1.94%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0067F (or 0xB0067F) is known color: Medium Violet Red. HEX triplet: B0, 06 and 7F. RGB value is (176,6,127). Sum of RGB (Red+Green+Blue) = 176+6+127=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0067F is #4FF980. Grayscale: #464646. Windows color (decimal): -5241217 or 8324784. OLE color: 8324784.

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

Color convert

RGB 176 6 127 -
CMYK 0 0.97 0.28 0.31
HSL 317.29º 0.93% 0.36% -
HSV(B) 317.29º 0.97% 0.69% -
XYZ 21.8 10.89 21.03 -
YUV 70.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 176 6 127 0 0.97 0.28 0.31 317.29 0.93 0.36
Hex B0 6 7F 0 61 1C 1F 13D 5D 24
Octal 260 6 177 0 141 34 37 475 135 44
Binary 10110000 110 1111111 0 1100001 11100 11111 100111101 1011101 100100

Color Harmonies of #B0067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0067F

Black with #B0067F

Text Example


Text Example

White with #B0067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0067F; }

 p { color: rgb(176,6,127); }

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

background-color css

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

 a { background-color: rgb(176,6,127); }

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

border-color css

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

 span { border-color: rgb(176,6,127); }

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