Html Css Color HEX #B23A98 Medium Red Violet

📋 copy color: '#B23A98'

red 178 ◦ green 58 ◦ blue 152

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

Shades of Medium Red Violet #B23A98

Tints of Medium Red Violet #B23A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 45.88%
G = 14.95%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B23A98 (or 0xB23A98) is known color: Medium Red Violet. HEX triplet: B2, 3A and 98. RGB value is (178,58,152). Sum of RGB (Red+Green+Blue) = 178+58+152=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A98 is #4DC567. Grayscale: #686868. Windows color (decimal): -5096808 or 9976498. OLE color: 9976498.

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

Color convert

RGB 178 58 152 -
CMYK 0 0.67 0.15 0.30
HSL 313º 0.51% 0.46% -
HSV(B) 313º 0.67% 0.7% -
XYZ 25.54 14.76 31.21 -
YUV 104.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 178 58 152 0 0.67 0.15 0.30 313 0.51 0.46
Hex B2 3A 98 0 43 F 1E 139 33 2E
Octal 262 72 230 0 103 17 36 471 63 56
Binary 10110010 111010 10011000 0 1000011 1111 11110 100111001 110011 101110

Color Harmonies of #B23A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A98

Black with #B23A98

Text Example


Text Example

White with #B23A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A98; }

 p { color: rgb(178,58,152); }

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

background-color css

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

 a { background-color: rgb(178,58,152); }

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

border-color css

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

 span { border-color: rgb(178,58,152); }

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