Html Css Color HEX #B02C8C Medium Red Violet

📋 copy color: '#B02C8C'

red 176 ◦ green 44 ◦ blue 140

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

Shades of Medium Red Violet #B02C8C

Tints of Medium Red Violet #B02C8C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.22%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 48.89%
G = 12.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B02C8C (or 0xB02C8C) is known color: Medium Red Violet. HEX triplet: B0, 2C and 8C. RGB value is (176,44,140). Sum of RGB (Red+Green+Blue) = 176+44+140=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C8C is #4FD373. Grayscale: #5E5E5E. Windows color (decimal): -5231476 or 9186480. OLE color: 9186480.

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

Color convert

RGB 176 44 140 -
CMYK 0 0.75 0.20 0.31
HSL 316.36º 0.6% 0.43% -
HSV(B) 316.36º 0.75% 0.69% -
XYZ 23.54 12.92 26.07 -
YUV 94.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 176 44 140 0 0.75 0.20 0.31 316.36 0.6 0.43
Hex B0 2C 8C 0 4B 14 1F 13C 3C 2B
Octal 260 54 214 0 113 24 37 474 74 53
Binary 10110000 101100 10001100 0 1001011 10100 11111 100111100 111100 101011

Color Harmonies of #B02C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C8C

Black with #B02C8C

Text Example


Text Example

White with #B02C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C8C; }

 p { color: rgb(176,44,140); }

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

background-color css

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

 a { background-color: rgb(176,44,140); }

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

border-color css

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

 span { border-color: rgb(176,44,140); }

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