Html Css Color HEX #B825AB Medium Red Violet

📋 copy color: '#B825AB'

red 184 ◦ green 37 ◦ blue 171

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

Shades of Medium Red Violet #B825AB

Tints of Medium Red Violet #B825AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 46.94%
G = 9.44%
B = 43.62%

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

#B825AB (or 0xB825AB) is known color: Medium Red Violet. HEX triplet: B8, 25 and AB. RGB value is (184,37,171). Sum of RGB (Red+Green+Blue) = 184+37+171=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B825AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B825AB is #47DA54. Grayscale: #5F5F5F. Windows color (decimal): -4708949 or 11216312. OLE color: 11216312.

HSL color Cylindrical-coordinate representation of color #B825AB: hue angle of 305.31º 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 #B825AB is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 171 -
CMYK 0 0.80 0.07 0.28
HSL 305.31º 0.67% 0.43% -
HSV(B) 305.31º 0.8% 0.72% -
XYZ 27.78 14.45 39.85 -
YUV 96.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 184 37 171 0 0.80 0.07 0.28 305.31 0.67 0.43
Hex B8 25 AB 0 50 7 1C 131 43 2B
Octal 270 45 253 0 120 7 34 461 103 53
Binary 10111000 100101 10101011 0 1010000 111 11100 100110001 1000011 101011

Color Harmonies of #B825AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825AB

Black with #B825AB

Text Example


Text Example

White with #B825AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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