Html Css Color HEX #B23B9A Medium Red Violet

📋 copy color: '#B23B9A'

red 178 ◦ green 59 ◦ blue 154

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

Shades of Medium Red Violet #B23B9A

Tints of Medium Red Violet #B23B9A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.09%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 45.52%
G = 15.09%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B23B9A (or 0xB23B9A) is known color: Medium Red Violet. HEX triplet: B2, 3B and 9A. RGB value is (178,59,154). Sum of RGB (Red+Green+Blue) = 178+59+154=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B9A is #4DC465. Grayscale: #696969. Windows color (decimal): -5096550 or 10107826. OLE color: 10107826.

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

Color convert

RGB 178 59 154 -
CMYK 0 0.67 0.13 0.30
HSL 312.1º 0.5% 0.46% -
HSV(B) 312.1º 0.67% 0.7% -
XYZ 25.76 14.93 32.1 -
YUV 105.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 178 59 154 0 0.67 0.13 0.30 312.1 0.5 0.46
Hex B2 3B 9A 0 43 D 1E 138 32 2E
Octal 262 73 232 0 103 15 36 470 62 56
Binary 10110010 111011 10011010 0 1000011 1101 11110 100111000 110010 101110

Color Harmonies of #B23B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B9A

Black with #B23B9A

Text Example


Text Example

White with #B23B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B9A; }

 p { color: rgb(178,59,154); }

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

background-color css

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

 a { background-color: rgb(178,59,154); }

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

border-color css

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

 span { border-color: rgb(178,59,154); }

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