Html Css Color HEX #B23BA4 Medium Red Violet

📋 copy color: '#B23BA4'

red 178 ◦ green 59 ◦ blue 164

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

Shades of Medium Red Violet #B23BA4

Tints of Medium Red Violet #B23BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.9%

R = 44.39%
G = 14.71%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B23BA4 (or 0xB23BA4) is known color: Medium Red Violet. HEX triplet: B2, 3B and A4. RGB value is (178,59,164). Sum of RGB (Red+Green+Blue) = 178+59+164=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BA4 is #4DC45B. Grayscale: #6A6A6A. Windows color (decimal): -5096540 or 10763186. OLE color: 10763186.

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

Color convert

RGB 178 59 164 -
CMYK 0 0.67 0.08 0.30
HSL 307.06º 0.5% 0.46% -
HSV(B) 307.06º 0.67% 0.7% -
XYZ 26.62 15.27 36.67 -
YUV 106.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 178 59 164 0 0.67 0.08 0.30 307.06 0.5 0.46
Hex B2 3B A4 0 43 8 1E 133 32 2E
Octal 262 73 244 0 103 10 36 463 62 56
Binary 10110010 111011 10100100 0 1000011 1000 11110 100110011 110010 101110

Color Harmonies of #B23BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BA4

Black with #B23BA4

Text Example


Text Example

White with #B23BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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