Html Css Color HEX #B4027B Medium Violet Red

📋 copy color: '#B4027B'

red 180 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #B4027B

Tints of Medium Violet Red #B4027B

RGB

 RED value IS 180 (70.7% from 255) = 59.02%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 59.02%
G = 0.66%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4027B (or 0xB4027B) is known color: Medium Violet Red. HEX triplet: B4, 02 and 7B. RGB value is (180,2,123). Sum of RGB (Red+Green+Blue) = 180+2+123=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4027B is #4BFD84. Grayscale: #444444. Windows color (decimal): -4980101 or 8061620. OLE color: 8061620.

HSL color Cylindrical-coordinate representation of color #B4027B: hue angle of 319.21º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4027B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 123 -
CMYK 0 0.99 0.32 0.29
HSL 319.21º 0.98% 0.36% -
HSV(B) 319.21º 0.99% 0.71% -
XYZ 22.42 11.18 19.71 -
YUV 69.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 180 2 123 0 0.99 0.32 0.29 319.21 0.98 0.36
Hex B4 2 7B 0 63 20 1D 13F 62 24
Octal 264 2 173 0 143 40 35 477 142 44
Binary 10110100 10 1111011 0 1100011 100000 11101 100111111 1100010 100100

Color Harmonies of #B4027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4027B

Black with #B4027B

Text Example


Text Example

White with #B4027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4027B; }

 p { color: rgb(180,2,123); }

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

background-color css

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

 a { background-color: rgb(180,2,123); }

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

border-color css

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

 span { border-color: rgb(180,2,123); }

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