Html Css Color HEX #B23A8D Medium Red Violet

📋 copy color: '#B23A8D'

red 178 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #B23A8D

Tints of Medium Red Violet #B23A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 47.21%
G = 15.38%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B23A8D (or 0xB23A8D) is known color: Medium Red Violet. HEX triplet: B2, 3A and 8D. RGB value is (178,58,141). Sum of RGB (Red+Green+Blue) = 178+58+141=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A8D is #4DC572. Grayscale: #676767. Windows color (decimal): -5096819 or 9255602. OLE color: 9255602.

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

Color convert

RGB 178 58 141 -
CMYK 0 0.67 0.21 0.30
HSL 318.5º 0.51% 0.46% -
HSV(B) 318.5º 0.67% 0.7% -
XYZ 24.68 14.41 26.68 -
YUV 103.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 178 58 141 0 0.67 0.21 0.30 318.5 0.51 0.46
Hex B2 3A 8D 0 43 15 1E 13E 33 2E
Octal 262 72 215 0 103 25 36 476 63 56
Binary 10110010 111010 10001101 0 1000011 10101 11110 100111110 110011 101110

Color Harmonies of #B23A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A8D

Black with #B23A8D

Text Example


Text Example

White with #B23A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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