Html Css Color HEX #B223A7 Medium Red Violet

📋 copy color: '#B223A7'

red 178 ◦ green 35 ◦ blue 167

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

Shades of Medium Red Violet #B223A7

Tints of Medium Red Violet #B223A7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

 BLUE value IS 167 (65.63% from 255) = 43.95%

R = 46.84%
G = 9.21%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B223A7 (or 0xB223A7) is known color: Medium Red Violet. HEX triplet: B2, 23 and A7. RGB value is (178,35,167). Sum of RGB (Red+Green+Blue) = 178+35+167=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A7 is #4DDC58. Grayscale: #5C5C5C. Windows color (decimal): -5102681 or 10953650. OLE color: 10953650.

HSL color Cylindrical-coordinate representation of color #B223A7: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B223A7 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 167 -
CMYK 0 0.80 0.06 0.30
HSL 304.62º 0.67% 0.42% -
HSV(B) 304.62º 0.8% 0.7% -
XYZ 25.94 13.46 37.79 -
YUV 92.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 178 35 167 0 0.80 0.06 0.30 304.62 0.67 0.42
Hex B2 23 A7 0 50 6 1E 131 43 2A
Octal 262 43 247 0 120 6 36 461 103 52
Binary 10110010 100011 10100111 0 1010000 110 11110 100110001 1000011 101010

Color Harmonies of #B223A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223A7

Black with #B223A7

Text Example


Text Example

White with #B223A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223A7; }

 p { color: rgb(178,35,167); }

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

background-color css

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

 a { background-color: rgb(178,35,167); }

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

border-color css

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

 span { border-color: rgb(178,35,167); }

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