Html Css Color HEX #B5069C Medium Violet Red

📋 copy color: '#B5069C'

red 181 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #B5069C

Tints of Medium Violet Red #B5069C

RGB

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

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

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

R = 52.77%
G = 1.75%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5069C (or 0xB5069C) is known color: Medium Violet Red. HEX triplet: B5, 06 and 9C. RGB value is (181,6,156). Sum of RGB (Red+Green+Blue) = 181+6+156=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5069C is #4AF963. Grayscale: #4B4B4B. Windows color (decimal): -4913508 or 10225333. OLE color: 10225333.

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

Color convert

RGB 181 6 156 -
CMYK 0 0.97 0.14 0.29
HSL 308.57º 0.94% 0.37% -
HSV(B) 308.57º 0.97% 0.71% -
XYZ 25.12 12.35 32.51 -
YUV 75.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 181 6 156 0 0.97 0.14 0.29 308.57 0.94 0.37
Hex B5 6 9C 0 61 E 1D 135 5E 25
Octal 265 6 234 0 141 16 35 465 136 45
Binary 10110101 110 10011100 0 1100001 1110 11101 100110101 1011110 100101

Color Harmonies of #B5069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5069C

Black with #B5069C

Text Example


Text Example

White with #B5069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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