Html Css Color HEX #B223A8 Medium Red Violet

📋 copy color: '#B223A8'

red 178 ◦ green 35 ◦ blue 168

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

Shades of Medium Red Violet #B223A8

Tints of Medium Red Violet #B223A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 46.72%
G = 9.19%
B = 44.09%

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

#B223A8 (or 0xB223A8) is known color: Medium Red Violet. HEX triplet: B2, 23 and A8. RGB value is (178,35,168). Sum of RGB (Red+Green+Blue) = 178+35+168=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A8 is #4DDC57. Grayscale: #5C5C5C. Windows color (decimal): -5102680 or 11019186. OLE color: 11019186.

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

Color convert

RGB 178 35 168 -
CMYK 0 0.80 0.06 0.30
HSL 304.2º 0.67% 0.42% -
HSV(B) 304.2º 0.8% 0.7% -
XYZ 26.03 13.49 38.28 -
YUV 92.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 178 35 168 0 0.80 0.06 0.30 304.2 0.67 0.42
Hex B2 23 A8 0 50 6 1E 130 43 2A
Octal 262 43 250 0 120 6 36 460 103 52
Binary 10110010 100011 10101000 0 1010000 110 11110 100110000 1000011 101010

Color Harmonies of #B223A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223A8

Black with #B223A8

Text Example


Text Example

White with #B223A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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