Html Css Color HEX #B62283 Medium Red Violet

📋 copy color: '#B62283'

red 182 ◦ green 34 ◦ blue 131

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

Shades of Medium Red Violet #B62283

Tints of Medium Red Violet #B62283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 52.45%
G = 9.8%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B62283 (or 0xB62283) is known color: Medium Red Violet. HEX triplet: B6, 22 and 83. RGB value is (182,34,131). Sum of RGB (Red+Green+Blue) = 182+34+131=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B62283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62283 is #49DD7C. Grayscale: #595959. Windows color (decimal): -4840829 or 8594102. OLE color: 8594102.

HSL color Cylindrical-coordinate representation of color #B62283: hue angle of 320.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62283 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 131 -
CMYK 0 0.81 0.28 0.29
HSL 320.68º 0.69% 0.42% -
HSV(B) 320.68º 0.81% 0.71% -
XYZ 23.96 12.73 22.67 -
YUV 89.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 182 34 131 0 0.81 0.28 0.29 320.68 0.69 0.42
Hex B6 22 83 0 51 1C 1D 141 45 2A
Octal 266 42 203 0 121 34 35 501 105 52
Binary 10110110 100010 10000011 0 1010001 11100 11101 101000001 1000101 101010

Color Harmonies of #B62283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62283

Black with #B62283

Text Example


Text Example

White with #B62283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62283; }

 p { color: rgb(182,34,131); }

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

background-color css

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

 a { background-color: rgb(182,34,131); }

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

border-color css

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

 span { border-color: rgb(182,34,131); }

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