Html Css Color HEX #B0027E Medium Violet Red

📋 copy color: '#B0027E'

red 176 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #B0027E

Tints of Medium Violet Red #B0027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 57.89%
G = 0.66%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0027E (or 0xB0027E) is known color: Medium Violet Red. HEX triplet: B0, 02 and 7E. RGB value is (176,2,126). Sum of RGB (Red+Green+Blue) = 176+2+126=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0027E is #4FFD81. Grayscale: #434343. Windows color (decimal): -5242242 or 8258224. OLE color: 8258224.

HSL color Cylindrical-coordinate representation of color #B0027E: hue angle of 317.24º degrees, saturation: 0.98, 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 #B0027E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 126 -
CMYK 0 0.99 0.28 0.31
HSL 317.24º 0.98% 0.35% -
HSV(B) 317.24º 0.99% 0.69% -
XYZ 21.69 10.78 20.68 -
YUV 68.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 176 2 126 0 0.99 0.28 0.31 317.24 0.98 0.35
Hex B0 2 7E 0 63 1C 1F 13D 62 23
Octal 260 2 176 0 143 34 37 475 142 43
Binary 10110000 10 1111110 0 1100011 11100 11111 100111101 1100010 100011

Color Harmonies of #B0027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0027E

Black with #B0027E

Text Example


Text Example

White with #B0027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0027E; }

 p { color: rgb(176,2,126); }

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

background-color css

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

 a { background-color: rgb(176,2,126); }

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

border-color css

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

 span { border-color: rgb(176,2,126); }

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