Html Css Color HEX #B825AC Medium Red Violet

📋 copy color: '#B825AC'

red 184 ◦ green 37 ◦ blue 172

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

Shades of Medium Red Violet #B825AC

Tints of Medium Red Violet #B825AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 46.82%
G = 9.41%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B825AC (or 0xB825AC) is known color: Medium Red Violet. HEX triplet: B8, 25 and AC. RGB value is (184,37,172). Sum of RGB (Red+Green+Blue) = 184+37+172=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B825AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B825AC is #47DA53. Grayscale: #5F5F5F. Windows color (decimal): -4708948 or 11281848. OLE color: 11281848.

HSL color Cylindrical-coordinate representation of color #B825AC: hue angle of 304.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825AC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 172 -
CMYK 0 0.80 0.07 0.28
HSL 304.9º 0.67% 0.43% -
HSV(B) 304.9º 0.8% 0.72% -
XYZ 27.88 14.49 40.36 -
YUV 96.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 184 37 172 0 0.80 0.07 0.28 304.9 0.67 0.43
Hex B8 25 AC 0 50 7 1C 131 43 2B
Octal 270 45 254 0 120 7 34 461 103 53
Binary 10111000 100101 10101100 0 1010000 111 11100 100110001 1000011 101011

Color Harmonies of #B825AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825AC

Black with #B825AC

Text Example


Text Example

White with #B825AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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