Html Css Color HEX #B62B8F Medium Red Violet

📋 copy color: '#B62B8F'

red 182 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #B62B8F

Tints of Medium Red Violet #B62B8F

RGB

 RED value IS 182 (71.48% from 255) = 49.46%

 GREEN value IS 43 (17.19% from 255) = 11.68%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 49.46%
G = 11.68%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B62B8F (or 0xB62B8F) is known color: Medium Red Violet. HEX triplet: B6, 2B and 8F. RGB value is (182,43,143). Sum of RGB (Red+Green+Blue) = 182+43+143=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B8F is #49D470. Grayscale: #5F5F5F. Windows color (decimal): -4838513 or 9382838. OLE color: 9382838.

HSL color Cylindrical-coordinate representation of color #B62B8F: hue angle of 316.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B8F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 143 -
CMYK 0 0.76 0.21 0.29
HSL 316.83º 0.62% 0.44% -
HSV(B) 316.83º 0.76% 0.71% -
XYZ 25.11 13.66 27.3 -
YUV 95.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 182 43 143 0 0.76 0.21 0.29 316.83 0.62 0.44
Hex B6 2B 8F 0 4C 15 1D 13D 3E 2C
Octal 266 53 217 0 114 25 35 475 76 54
Binary 10110110 101011 10001111 0 1001100 10101 11101 100111101 111110 101100

Color Harmonies of #B62B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B8F

Black with #B62B8F

Text Example


Text Example

White with #B62B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B8F; }

 p { color: rgb(182,43,143); }

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

background-color css

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

 a { background-color: rgb(182,43,143); }

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

border-color css

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

 span { border-color: rgb(182,43,143); }

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