Html Css Color HEX #B00384 Medium Violet Red

📋 copy color: '#B00384'

red 176 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #B00384

Tints of Medium Violet Red #B00384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 56.59%
G = 0.96%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B00384 (or 0xB00384) is known color: Medium Violet Red. HEX triplet: B0, 03 and 84. RGB value is (176,3,132). Sum of RGB (Red+Green+Blue) = 176+3+132=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B00384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00384 is #4FFC7B. Grayscale: #454545. Windows color (decimal): -5241980 or 8651696. OLE color: 8651696.

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

Color convert

RGB 176 3 132 -
CMYK 0 0.98 0.25 0.31
HSL 315.26º 0.97% 0.35% -
HSV(B) 315.26º 0.98% 0.69% -
XYZ 22.1 10.96 22.78 -
YUV 69.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 176 3 132 0 0.98 0.25 0.31 315.26 0.97 0.35
Hex B0 3 84 0 62 19 1F 13B 61 23
Octal 260 3 204 0 142 31 37 473 141 43
Binary 10110000 11 10000100 0 1100010 11001 11111 100111011 1100001 100011

Color Harmonies of #B00384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00384

Black with #B00384

Text Example


Text Example

White with #B00384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00384; }

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

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

background-color css

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

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

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

border-color css

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

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

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