Html Css Color HEX #B23F8E Medium Red Violet

📋 copy color: '#B23F8E'

red 178 ◦ green 63 ◦ blue 142

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

Shades of Medium Red Violet #B23F8E

Tints of Medium Red Violet #B23F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 46.48%
G = 16.45%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B23F8E (or 0xB23F8E) is known color: Medium Red Violet. HEX triplet: B2, 3F and 8E. RGB value is (178,63,142). Sum of RGB (Red+Green+Blue) = 178+63+142=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F8E is #4DC071. Grayscale: #6A6A6A. Windows color (decimal): -5095538 or 9322418. OLE color: 9322418.

HSL color Cylindrical-coordinate representation of color #B23F8E: hue angle of 318.78º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F8E is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 142 -
CMYK 0 0.65 0.20 0.30
HSL 318.78º 0.48% 0.47% -
HSV(B) 318.78º 0.65% 0.7% -
XYZ 25.02 14.97 27.16 -
YUV 106.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 178 63 142 0 0.65 0.20 0.30 318.78 0.48 0.47
Hex B2 3F 8E 0 41 14 1E 13F 30 2F
Octal 262 77 216 0 101 24 36 477 60 57
Binary 10110010 111111 10001110 0 1000001 10100 11110 100111111 110000 101111

Color Harmonies of #B23F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F8E

Black with #B23F8E

Text Example


Text Example

White with #B23F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F8E; }

 p { color: rgb(178,63,142); }

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

background-color css

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

 a { background-color: rgb(178,63,142); }

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

border-color css

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

 span { border-color: rgb(178,63,142); }

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