Html Css Color HEX #B23A8A Medium Red Violet

📋 copy color: '#B23A8A'

red 178 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B23A8A

Tints of Medium Red Violet #B23A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 47.59%
G = 15.51%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B23A8A (or 0xB23A8A) is known color: Medium Red Violet. HEX triplet: B2, 3A and 8A. RGB value is (178,58,138). Sum of RGB (Red+Green+Blue) = 178+58+138=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A8A is #4DC575. Grayscale: #666666. Windows color (decimal): -5096822 or 9058994. OLE color: 9058994.

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

Color convert

RGB 178 58 138 -
CMYK 0 0.67 0.22 0.30
HSL 320º 0.51% 0.46% -
HSV(B) 320º 0.67% 0.7% -
XYZ 24.46 14.33 25.52 -
YUV 103 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 178 58 138 0 0.67 0.22 0.30 320 0.51 0.46
Hex B2 3A 8A 0 43 16 1E 140 33 2E
Octal 262 72 212 0 103 26 36 500 63 56
Binary 10110010 111010 10001010 0 1000011 10110 11110 101000000 110011 101110

Color Harmonies of #B23A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A8A

Black with #B23A8A

Text Example


Text Example

White with #B23A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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