Html Css Color HEX #B2368A Medium Red Violet

📋 copy color: '#B2368A'

red 178 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #B2368A

Tints of Medium Red Violet #B2368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

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

R = 48.11%
G = 14.59%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2368A (or 0xB2368A) is known color: Medium Red Violet. HEX triplet: B2, 36 and 8A. RGB value is (178,54,138). Sum of RGB (Red+Green+Blue) = 178+54+138=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2368A is #4DC975. Grayscale: #646464. Windows color (decimal): -5097846 or 9057970. OLE color: 9057970.

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

Color convert

RGB 178 54 138 -
CMYK 0 0.70 0.22 0.30
HSL 319.35º 0.53% 0.45% -
HSV(B) 319.35º 0.7% 0.7% -
XYZ 24.27 13.94 25.46 -
YUV 100.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 178 54 138 0 0.70 0.22 0.30 319.35 0.53 0.45
Hex B2 36 8A 0 46 16 1E 13F 35 2D
Octal 262 66 212 0 106 26 36 477 65 55
Binary 10110010 110110 10001010 0 1000110 10110 11110 100111111 110101 101101

Color Harmonies of #B2368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2368A

Black with #B2368A

Text Example


Text Example

White with #B2368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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