Html Css Color HEX #B62B7B Medium Red Violet

📋 copy color: '#B62B7B'

red 182 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #B62B7B

Tints of Medium Red Violet #B62B7B

RGB

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

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

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

R = 52.3%
G = 12.36%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B62B7B (or 0xB62B7B) is known color: Medium Red Violet. HEX triplet: B6, 2B and 7B. RGB value is (182,43,123). Sum of RGB (Red+Green+Blue) = 182+43+123=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B7B is #49D484. Grayscale: #5D5D5D. Windows color (decimal): -4838533 or 8072118. OLE color: 8072118.

HSL color Cylindrical-coordinate representation of color #B62B7B: hue angle of 325.47º 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 #B62B7B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 123 -
CMYK 0 0.76 0.32 0.29
HSL 325.47º 0.62% 0.44% -
HSV(B) 325.47º 0.76% 0.71% -
XYZ 23.73 13.1 20.02 -
YUV 93.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 182 43 123 0 0.76 0.32 0.29 325.47 0.62 0.44
Hex B6 2B 7B 0 4C 20 1D 145 3E 2C
Octal 266 53 173 0 114 40 35 505 76 54
Binary 10110110 101011 1111011 0 1001100 100000 11101 101000101 111110 101100

Color Harmonies of #B62B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B7B

Black with #B62B7B

Text Example


Text Example

White with #B62B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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