Html Css Color HEX #B2368B Medium Red Violet

📋 copy color: '#B2368B'

red 178 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #B2368B

Tints of Medium Red Violet #B2368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 47.98%
G = 14.56%
B = 37.47%

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

#B2368B (or 0xB2368B) is known color: Medium Red Violet. HEX triplet: B2, 36 and 8B. RGB value is (178,54,139). Sum of RGB (Red+Green+Blue) = 178+54+139=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2368B is #4DC974. Grayscale: #646464. Windows color (decimal): -5097845 or 9123506. OLE color: 9123506.

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

Color convert

RGB 178 54 139 -
CMYK 0 0.70 0.22 0.30
HSL 318.87º 0.53% 0.45% -
HSV(B) 318.87º 0.7% 0.7% -
XYZ 24.34 13.97 25.84 -
YUV 100.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 178 54 139 0 0.70 0.22 0.30 318.87 0.53 0.45
Hex B2 36 8B 0 46 16 1E 13F 35 2D
Octal 262 66 213 0 106 26 36 477 65 55
Binary 10110010 110110 10001011 0 1000110 10110 11110 100111111 110101 101101

Color Harmonies of #B2368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2368B

Black with #B2368B

Text Example


Text Example

White with #B2368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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