Html Css Color HEX #B0259C Medium Red Violet

📋 copy color: '#B0259C'

red 176 ◦ green 37 ◦ blue 156

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

Shades of Medium Red Violet #B0259C

Tints of Medium Red Violet #B0259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 47.7%
G = 10.03%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0259C (or 0xB0259C) is known color: Medium Red Violet. HEX triplet: B0, 25 and 9C. RGB value is (176,37,156). Sum of RGB (Red+Green+Blue) = 176+37+156=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0259C is #4FDA63. Grayscale: #5B5B5B. Windows color (decimal): -5233252 or 10233264. OLE color: 10233264.

HSL color Cylindrical-coordinate representation of color #B0259C: hue angle of 308.63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0259C is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 156 -
CMYK 0 0.79 0.11 0.31
HSL 308.63º 0.65% 0.42% -
HSV(B) 308.63º 0.79% 0.69% -
XYZ 24.57 12.95 32.66 -
YUV 92.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 176 37 156 0 0.79 0.11 0.31 308.63 0.65 0.42
Hex B0 25 9C 0 4F B 1F 135 41 2A
Octal 260 45 234 0 117 13 37 465 101 52
Binary 10110000 100101 10011100 0 1001111 1011 11111 100110101 1000001 101010

Color Harmonies of #B0259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0259C

Black with #B0259C

Text Example


Text Example

White with #B0259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0259C; }

 p { color: rgb(176,37,156); }

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

background-color css

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

 a { background-color: rgb(176,37,156); }

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

border-color css

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

 span { border-color: rgb(176,37,156); }

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