Html Css Color HEX #B23F90 Medium Red Violet

📋 copy color: '#B23F90'

red 178 ◦ green 63 ◦ blue 144

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

Shades of Medium Red Violet #B23F90

Tints of Medium Red Violet #B23F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 46.23%
G = 16.36%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B23F90 (or 0xB23F90) is known color: Medium Red Violet. HEX triplet: B2, 3F and 90. RGB value is (178,63,144). Sum of RGB (Red+Green+Blue) = 178+63+144=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F90 is #4DC06F. Grayscale: #6A6A6A. Windows color (decimal): -5095536 or 9453490. OLE color: 9453490.

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

Color convert

RGB 178 63 144 -
CMYK 0 0.65 0.19 0.30
HSL 317.74º 0.48% 0.47% -
HSV(B) 317.74º 0.65% 0.7% -
XYZ 25.17 15.03 27.96 -
YUV 106.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 178 63 144 0 0.65 0.19 0.30 317.74 0.48 0.47
Hex B2 3F 90 0 41 13 1E 13E 30 2F
Octal 262 77 220 0 101 23 36 476 60 57
Binary 10110010 111111 10010000 0 1000001 10011 11110 100111110 110000 101111

Color Harmonies of #B23F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F90

Black with #B23F90

Text Example


Text Example

White with #B23F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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