Html Css Color HEX #B234A3 Medium Red Violet

📋 copy color: '#B234A3'

red 178 ◦ green 52 ◦ blue 163

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

Shades of Medium Red Violet #B234A3

Tints of Medium Red Violet #B234A3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 45.29%
G = 13.23%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B234A3 (or 0xB234A3) is known color: Medium Red Violet. HEX triplet: B2, 34 and A3. RGB value is (178,52,163). Sum of RGB (Red+Green+Blue) = 178+52+163=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B234A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B234A3 is #4DCB5C. Grayscale: #666666. Windows color (decimal): -5098333 or 10695858. OLE color: 10695858.

HSL color Cylindrical-coordinate representation of color #B234A3: hue angle of 307.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B234A3 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 163 -
CMYK 0 0.71 0.08 0.30
HSL 307.14º 0.55% 0.45% -
HSV(B) 307.14º 0.71% 0.7% -
XYZ 26.2 14.57 36.08 -
YUV 102.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 178 52 163 0 0.71 0.08 0.30 307.14 0.55 0.45
Hex B2 34 A3 0 47 8 1E 133 37 2D
Octal 262 64 243 0 107 10 36 463 67 55
Binary 10110010 110100 10100011 0 1000111 1000 11110 100110011 110111 101101

Color Harmonies of #B234A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234A3

Black with #B234A3

Text Example


Text Example

White with #B234A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234A3; }

 p { color: rgb(178,52,163); }

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

background-color css

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

 a { background-color: rgb(178,52,163); }

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

border-color css

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

 span { border-color: rgb(178,52,163); }

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