Html Css Color HEX #B2259E Medium Red Violet

📋 copy color: '#B2259E'

red 178 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #B2259E

Tints of Medium Red Violet #B2259E

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

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

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 47.72%
G = 9.92%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2259E (or 0xB2259E) is known color: Medium Red Violet. HEX triplet: B2, 25 and 9E. RGB value is (178,37,158). Sum of RGB (Red+Green+Blue) = 178+37+158=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2259E is #4DDA61. Grayscale: #5C5C5C. Windows color (decimal): -5102178 or 10364338. OLE color: 10364338.

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

Color convert

RGB 178 37 158 -
CMYK 0 0.79 0.11 0.30
HSL 308.51º 0.66% 0.42% -
HSV(B) 308.51º 0.79% 0.7% -
XYZ 25.19 13.26 33.58 -
YUV 92.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 178 37 158 0 0.79 0.11 0.30 308.51 0.66 0.42
Hex B2 25 9E 0 4F B 1E 135 42 2A
Octal 262 45 236 0 117 13 36 465 102 52
Binary 10110010 100101 10011110 0 1001111 1011 11110 100110101 1000010 101010

Color Harmonies of #B2259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2259E

Black with #B2259E

Text Example


Text Example

White with #B2259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2259E; }

 p { color: rgb(178,37,158); }

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

background-color css

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

 a { background-color: rgb(178,37,158); }

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

border-color css

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

 span { border-color: rgb(178,37,158); }

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