Html Css Color HEX #B2348A Medium Red Violet

📋 copy color: '#B2348A'

red 178 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #B2348A

Tints of Medium Red Violet #B2348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 48.37%
G = 14.13%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2348A (or 0xB2348A) is known color: Medium Red Violet. HEX triplet: B2, 34 and 8A. RGB value is (178,52,138). Sum of RGB (Red+Green+Blue) = 178+52+138=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2348A is #4DCB75. Grayscale: #636363. Windows color (decimal): -5098358 or 9057458. OLE color: 9057458.

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

Color convert

RGB 178 52 138 -
CMYK 0 0.71 0.22 0.30
HSL 319.05º 0.55% 0.45% -
HSV(B) 319.05º 0.71% 0.7% -
XYZ 24.18 13.76 25.43 -
YUV 99.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 178 52 138 0 0.71 0.22 0.30 319.05 0.55 0.45
Hex B2 34 8A 0 47 16 1E 13F 37 2D
Octal 262 64 212 0 107 26 36 477 67 55
Binary 10110010 110100 10001010 0 1000111 10110 11110 100111111 110111 101101

Color Harmonies of #B2348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2348A

Black with #B2348A

Text Example


Text Example

White with #B2348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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