Html Css Color HEX #B23097 Medium Red Violet

📋 copy color: '#B23097'

red 178 ◦ green 48 ◦ blue 151

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

Shades of Medium Red Violet #B23097

Tints of Medium Red Violet #B23097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.73%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 47.21%
G = 12.73%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B23097 (or 0xB23097) is known color: Medium Red Violet. HEX triplet: B2, 30 and 97. RGB value is (178,48,151). Sum of RGB (Red+Green+Blue) = 178+48+151=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B23097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23097 is #4DCF68. Grayscale: #626262. Windows color (decimal): -5099369 or 9908402. OLE color: 9908402.

HSL color Cylindrical-coordinate representation of color #B23097: hue angle of 312.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23097 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 151 -
CMYK 0 0.73 0.15 0.30
HSL 312.46º 0.58% 0.44% -
HSV(B) 312.46º 0.73% 0.7% -
XYZ 25 13.81 30.63 -
YUV 98.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 178 48 151 0 0.73 0.15 0.30 312.46 0.58 0.44
Hex B2 30 97 0 49 F 1E 138 3A 2C
Octal 262 60 227 0 111 17 36 470 72 54
Binary 10110010 110000 10010111 0 1001001 1111 11110 100111000 111010 101100

Color Harmonies of #B23097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23097

Black with #B23097

Text Example


Text Example

White with #B23097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23097; }

 p { color: rgb(178,48,151); }

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

background-color css

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

 a { background-color: rgb(178,48,151); }

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

border-color css

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

 span { border-color: rgb(178,48,151); }

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