Html Css Color HEX #B023AA Medium Red Violet

📋 copy color: '#B023AA'

red 176 ◦ green 35 ◦ blue 170

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

Shades of Medium Red Violet #B023AA

Tints of Medium Red Violet #B023AA

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 46.19%
G = 9.19%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B023AA (or 0xB023AA) is known color: Medium Red Violet. HEX triplet: B0, 23 and AA. RGB value is (176,35,170). Sum of RGB (Red+Green+Blue) = 176+35+170=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B023AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B023AA is #4FDC55. Grayscale: #5C5C5C. Windows color (decimal): -5233750 or 11150256. OLE color: 11150256.

HSL color Cylindrical-coordinate representation of color #B023AA: hue angle of 302.55º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B023AA is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 170 -
CMYK 0 0.80 0.03 0.31
HSL 302.55º 0.67% 0.41% -
HSV(B) 302.55º 0.8% 0.69% -
XYZ 25.76 13.33 39.25 -
YUV 92.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 176 35 170 0 0.80 0.03 0.31 302.55 0.67 0.41
Hex B0 23 AA 0 50 3 1F 12F 43 29
Octal 260 43 252 0 120 3 37 457 103 51
Binary 10110000 100011 10101010 0 1010000 11 11111 100101111 1000011 101001

Color Harmonies of #B023AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023AA

Black with #B023AA

Text Example


Text Example

White with #B023AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023AA; }

 p { color: rgb(176,35,170); }

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

background-color css

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

 a { background-color: rgb(176,35,170); }

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

border-color css

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

 span { border-color: rgb(176,35,170); }

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