Html Css Color HEX #B830A2 Medium Red Violet

📋 copy color: '#B830A2'

red 184 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #B830A2

Tints of Medium Red Violet #B830A2

RGB

 RED value IS 184 (72.27% from 255) = 46.7%

 GREEN value IS 48 (19.14% from 255) = 12.18%

 BLUE value IS 162 (63.67% from 255) = 41.12%

R = 46.7%
G = 12.18%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B830A2 (or 0xB830A2) is known color: Medium Red Violet. HEX triplet: B8, 30 and A2. RGB value is (184,48,162). Sum of RGB (Red+Green+Blue) = 184+48+162=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B830A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830A2 is #47CF5D. Grayscale: #656565. Windows color (decimal): -4706142 or 10629304. OLE color: 10629304.

HSL color Cylindrical-coordinate representation of color #B830A2: hue angle of 309.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830A2 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 162 -
CMYK 0 0.74 0.12 0.28
HSL 309.71º 0.59% 0.45% -
HSV(B) 309.71º 0.74% 0.72% -
XYZ 27.35 14.91 35.62 -
YUV 101.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 184 48 162 0 0.74 0.12 0.28 309.71 0.59 0.45
Hex B8 30 A2 0 4A C 1C 136 3B 2D
Octal 270 60 242 0 112 14 34 466 73 55
Binary 10111000 110000 10100010 0 1001010 1100 11100 100110110 111011 101101

Color Harmonies of #B830A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830A2

Black with #B830A2

Text Example


Text Example

White with #B830A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830A2; }

 p { color: rgb(184,48,162); }

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

background-color css

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

 a { background-color: rgb(184,48,162); }

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

border-color css

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

 span { border-color: rgb(184,48,162); }

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