Html Css Color HEX #B02394 Medium Red Violet

📋 copy color: '#B02394'

red 176 ◦ green 35 ◦ blue 148

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

Shades of Medium Red Violet #B02394

Tints of Medium Red Violet #B02394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 49.03%
G = 9.75%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B02394 (or 0xB02394) is known color: Medium Red Violet. HEX triplet: B0, 23 and 94. RGB value is (176,35,148). Sum of RGB (Red+Green+Blue) = 176+35+148=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B02394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02394 is #4FDC6B. Grayscale: #595959. Windows color (decimal): -5233772 or 9708464. OLE color: 9708464.

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

Color convert

RGB 176 35 148 -
CMYK 0 0.80 0.16 0.31
HSL 311.91º 0.67% 0.41% -
HSV(B) 311.91º 0.8% 0.69% -
XYZ 23.85 12.57 29.19 -
YUV 90.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 176 35 148 0 0.80 0.16 0.31 311.91 0.67 0.41
Hex B0 23 94 0 50 10 1F 138 43 29
Octal 260 43 224 0 120 20 37 470 103 51
Binary 10110000 100011 10010100 0 1010000 10000 11111 100111000 1000011 101001

Color Harmonies of #B02394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02394

Black with #B02394

Text Example


Text Example

White with #B02394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02394; }

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

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

background-color css

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

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

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

border-color css

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

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

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