Html Css Color HEX #B0257B Medium Red Violet

📋 copy color: '#B0257B'

red 176 ◦ green 37 ◦ blue 123

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

Shades of Medium Red Violet #B0257B

Tints of Medium Red Violet #B0257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 52.38%
G = 11.01%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0257B (or 0xB0257B) is known color: Medium Red Violet. HEX triplet: B0, 25 and 7B. RGB value is (176,37,123). Sum of RGB (Red+Green+Blue) = 176+37+123=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0257B is #4FDA84. Grayscale: #585858. Windows color (decimal): -5233285 or 8070576. OLE color: 8070576.

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

Color convert

RGB 176 37 123 -
CMYK 0 0.79 0.30 0.31
HSL 322.88º 0.65% 0.42% -
HSV(B) 322.88º 0.79% 0.69% -
XYZ 22.14 11.98 19.88 -
YUV 88.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 176 37 123 0 0.79 0.30 0.31 322.88 0.65 0.42
Hex B0 25 7B 0 4F 1E 1F 143 41 2A
Octal 260 45 173 0 117 36 37 503 101 52
Binary 10110000 100101 1111011 0 1001111 11110 11111 101000011 1000001 101010

Color Harmonies of #B0257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0257B

Black with #B0257B

Text Example


Text Example

White with #B0257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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