Html Css Color HEX #B23A8F Medium Red Violet

📋 copy color: '#B23A8F'

red 178 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #B23A8F

Tints of Medium Red Violet #B23A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 46.97%
G = 15.3%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B23A8F (or 0xB23A8F) is known color: Medium Red Violet. HEX triplet: B2, 3A and 8F. RGB value is (178,58,143). Sum of RGB (Red+Green+Blue) = 178+58+143=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A8F is #4DC570. Grayscale: #676767. Windows color (decimal): -5096817 or 9386674. OLE color: 9386674.

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

Color convert

RGB 178 58 143 -
CMYK 0 0.67 0.20 0.30
HSL 317.5º 0.51% 0.46% -
HSV(B) 317.5º 0.67% 0.7% -
XYZ 24.83 14.47 27.47 -
YUV 103.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 178 58 143 0 0.67 0.20 0.30 317.5 0.51 0.46
Hex B2 3A 8F 0 43 14 1E 13E 33 2E
Octal 262 72 217 0 103 24 36 476 63 56
Binary 10110010 111010 10001111 0 1000011 10100 11110 100111110 110011 101110

Color Harmonies of #B23A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A8F

Black with #B23A8F

Text Example


Text Example

White with #B23A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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