Html Css Color HEX #B5067E Medium Violet Red

📋 copy color: '#B5067E'

red 181 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #B5067E

Tints of Medium Violet Red #B5067E

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

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

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 57.83%
G = 1.92%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5067E (or 0xB5067E) is known color: Medium Violet Red. HEX triplet: B5, 06 and 7E. RGB value is (181,6,126). Sum of RGB (Red+Green+Blue) = 181+6+126=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5067E is #4AF981. Grayscale: #474747. Windows color (decimal): -4913538 or 8259253. OLE color: 8259253.

HSL color Cylindrical-coordinate representation of color #B5067E: hue angle of 318.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5067E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 126 -
CMYK 0 0.97 0.30 0.29
HSL 318.86º 0.94% 0.37% -
HSV(B) 318.86º 0.97% 0.71% -
XYZ 22.89 11.46 20.74 -
YUV 72.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 181 6 126 0 0.97 0.30 0.29 318.86 0.94 0.37
Hex B5 6 7E 0 61 1E 1D 13F 5E 25
Octal 265 6 176 0 141 36 35 477 136 45
Binary 10110101 110 1111110 0 1100001 11110 11101 100111111 1011110 100101

Color Harmonies of #B5067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5067E

Black with #B5067E

Text Example


Text Example

White with #B5067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5067E; }

 p { color: rgb(181,6,126); }

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

background-color css

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

 a { background-color: rgb(181,6,126); }

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

border-color css

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

 span { border-color: rgb(181,6,126); }

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