Html Css Color HEX #B02D9F Medium Red Violet

📋 copy color: '#B02D9F'

red 176 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #B02D9F

Tints of Medium Red Violet #B02D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.84%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 46.32%
G = 11.84%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B02D9F (or 0xB02D9F) is known color: Medium Red Violet. HEX triplet: B0, 2D and 9F. RGB value is (176,45,159). Sum of RGB (Red+Green+Blue) = 176+45+159=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D9F is #4FD260. Grayscale: #606060. Windows color (decimal): -5231201 or 10431920. OLE color: 10431920.

HSL color Cylindrical-coordinate representation of color #B02D9F: hue angle of 307.79º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D9F is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 159 -
CMYK 0 0.74 0.10 0.31
HSL 307.79º 0.59% 0.43% -
HSV(B) 307.79º 0.74% 0.69% -
XYZ 25.1 13.61 34.1 -
YUV 97.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 176 45 159 0 0.74 0.10 0.31 307.79 0.59 0.43
Hex B0 2D 9F 0 4A A 1F 134 3B 2B
Octal 260 55 237 0 112 12 37 464 73 53
Binary 10110000 101101 10011111 0 1001010 1010 11111 100110100 111011 101011

Color Harmonies of #B02D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D9F

Black with #B02D9F

Text Example


Text Example

White with #B02D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D9F; }

 p { color: rgb(176,45,159); }

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

background-color css

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

 a { background-color: rgb(176,45,159); }

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

border-color css

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

 span { border-color: rgb(176,45,159); }

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