Html Css Color HEX #B826AC Medium Red Violet

📋 copy color: '#B826AC'

red 184 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #B826AC

Tints of Medium Red Violet #B826AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 46.7%
G = 9.64%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B826AC (or 0xB826AC) is known color: Medium Red Violet. HEX triplet: B8, 26 and AC. RGB value is (184,38,172). Sum of RGB (Red+Green+Blue) = 184+38+172=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B826AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826AC is #47D953. Grayscale: #606060. Windows color (decimal): -4708692 or 11282104. OLE color: 11282104.

HSL color Cylindrical-coordinate representation of color #B826AC: hue angle of 304.93º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B826AC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 172 -
CMYK 0 0.79 0.07 0.28
HSL 304.93º 0.66% 0.44% -
HSV(B) 304.93º 0.79% 0.72% -
XYZ 27.91 14.56 40.37 -
YUV 96.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 184 38 172 0 0.79 0.07 0.28 304.93 0.66 0.44
Hex B8 26 AC 0 4F 7 1C 131 42 2C
Octal 270 46 254 0 117 7 34 461 102 54
Binary 10111000 100110 10101100 0 1001111 111 11100 100110001 1000010 101100

Color Harmonies of #B826AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826AC

Black with #B826AC

Text Example


Text Example

White with #B826AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826AC; }

 p { color: rgb(184,38,172); }

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

background-color css

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

 a { background-color: rgb(184,38,172); }

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

border-color css

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

 span { border-color: rgb(184,38,172); }

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