Html Css Color HEX #B8018A Medium Violet Red

📋 copy color: '#B8018A'

red 184 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #B8018A

Tints of Medium Violet Red #B8018A

RGB

 RED value IS 184 (72.27% from 255) = 56.97%

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 56.97%
G = 0.31%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8018A (or 0xB8018A) is known color: Medium Violet Red. HEX triplet: B8, 01 and 8A. RGB value is (184,1,138). Sum of RGB (Red+Green+Blue) = 184+1+138=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8018A is #47FE75. Grayscale: #464646. Windows color (decimal): -4718198 or 9044408. OLE color: 9044408.

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

Color convert

RGB 184 1 138 -
CMYK 0 0.99 0.25 0.28
HSL 315.08º 0.99% 0.36% -
HSV(B) 315.08º 0.99% 0.72% -
XYZ 24.37 12.05 25.09 -
YUV 71.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 184 1 138 0 0.99 0.25 0.28 315.08 0.99 0.36
Hex B8 1 8A 0 63 19 1C 13B 63 24
Octal 270 1 212 0 143 31 34 473 143 44
Binary 10111000 1 10001010 0 1100011 11001 11100 100111011 1100011 100100

Color Harmonies of #B8018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8018A

Black with #B8018A

Text Example


Text Example

White with #B8018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8018A; }

 p { color: rgb(184,1,138); }

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

background-color css

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

 a { background-color: rgb(184,1,138); }

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

border-color css

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

 span { border-color: rgb(184,1,138); }

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