Html Css Color HEX #B00184 Medium Violet Red

📋 copy color: '#B00184'

red 176 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #B00184

Tints of Medium Violet Red #B00184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 56.96%
G = 0.32%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B00184 (or 0xB00184) is known color: Medium Violet Red. HEX triplet: B0, 01 and 84. RGB value is (176,1,132). Sum of RGB (Red+Green+Blue) = 176+1+132=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00184 is #4FFE7B. Grayscale: #434343. Windows color (decimal): -5242492 or 8651184. OLE color: 8651184.

HSL color Cylindrical-coordinate representation of color #B00184: hue angle of 315.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00184 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 132 -
CMYK 0 0.99 0.25 0.31
HSL 315.09º 0.99% 0.35% -
HSV(B) 315.09º 0.99% 0.69% -
XYZ 22.08 10.92 22.77 -
YUV 68.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 176 1 132 0 0.99 0.25 0.31 315.09 0.99 0.35
Hex B0 1 84 0 63 19 1F 13B 63 23
Octal 260 1 204 0 143 31 37 473 143 43
Binary 10110000 1 10000100 0 1100011 11001 11111 100111011 1100011 100011

Color Harmonies of #B00184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00184

Black with #B00184

Text Example


Text Example

White with #B00184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00184; }

 p { color: rgb(176,1,132); }

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

background-color css

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

 a { background-color: rgb(176,1,132); }

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

border-color css

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

 span { border-color: rgb(176,1,132); }

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