Html Css Color HEX #B23A9C Medium Red Violet

📋 copy color: '#B23A9C'

red 178 ◦ green 58 ◦ blue 156

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

Shades of Medium Red Violet #B23A9C

Tints of Medium Red Violet #B23A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 45.41%
G = 14.8%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B23A9C (or 0xB23A9C) is known color: Medium Red Violet. HEX triplet: B2, 3A and 9C. RGB value is (178,58,156). Sum of RGB (Red+Green+Blue) = 178+58+156=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A9C is #4DC563. Grayscale: #686868. Windows color (decimal): -5096804 or 10238642. OLE color: 10238642.

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

Color convert

RGB 178 58 156 -
CMYK 0 0.67 0.12 0.30
HSL 311º 0.51% 0.46% -
HSV(B) 311º 0.67% 0.7% -
XYZ 25.87 14.89 32.96 -
YUV 105.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 178 58 156 0 0.67 0.12 0.30 311 0.51 0.46
Hex B2 3A 9C 0 43 C 1E 137 33 2E
Octal 262 72 234 0 103 14 36 467 63 56
Binary 10110010 111010 10011100 0 1000011 1100 11110 100110111 110011 101110

Color Harmonies of #B23A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A9C

Black with #B23A9C

Text Example


Text Example

White with #B23A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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