Html Css Color HEX #B235A3 Medium Red Violet

📋 copy color: '#B235A3'

red 178 ◦ green 53 ◦ blue 163

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

Shades of Medium Red Violet #B235A3

Tints of Medium Red Violet #B235A3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

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

R = 45.18%
G = 13.45%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B235A3 (or 0xB235A3) is known color: Medium Red Violet. HEX triplet: B2, 35 and A3. RGB value is (178,53,163). Sum of RGB (Red+Green+Blue) = 178+53+163=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B235A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B235A3 is #4DCA5C. Grayscale: #666666. Windows color (decimal): -5098077 or 10696114. OLE color: 10696114.

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

Color convert

RGB 178 53 163 -
CMYK 0 0.70 0.08 0.30
HSL 307.2º 0.54% 0.45% -
HSV(B) 307.2º 0.7% 0.7% -
XYZ 26.24 14.66 36.1 -
YUV 102.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 178 53 163 0 0.70 0.08 0.30 307.2 0.54 0.45
Hex B2 35 A3 0 46 8 1E 133 36 2D
Octal 262 65 243 0 106 10 36 463 66 55
Binary 10110010 110101 10100011 0 1000110 1000 11110 100110011 110110 101101

Color Harmonies of #B235A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B235A3

Black with #B235A3

Text Example


Text Example

White with #B235A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B235A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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