Html Css Color HEX #B0259B Medium Red Violet

📋 copy color: '#B0259B'

red 176 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #B0259B

Tints of Medium Red Violet #B0259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 47.83%
G = 10.05%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0259B (or 0xB0259B) is known color: Medium Red Violet. HEX triplet: B0, 25 and 9B. RGB value is (176,37,155). Sum of RGB (Red+Green+Blue) = 176+37+155=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0259B is #4FDA64. Grayscale: #5B5B5B. Windows color (decimal): -5233253 or 10167728. OLE color: 10167728.

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

Color convert

RGB 176 37 155 -
CMYK 0 0.79 0.12 0.31
HSL 309.06º 0.65% 0.42% -
HSV(B) 309.06º 0.79% 0.69% -
XYZ 24.48 12.92 32.21 -
YUV 92.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 176 37 155 0 0.79 0.12 0.31 309.06 0.65 0.42
Hex B0 25 9B 0 4F C 1F 135 41 2A
Octal 260 45 233 0 117 14 37 465 101 52
Binary 10110000 100101 10011011 0 1001111 1100 11111 100110101 1000001 101010

Color Harmonies of #B0259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0259B

Black with #B0259B

Text Example


Text Example

White with #B0259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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