Html Css Color HEX #B2268D Medium Red Violet

📋 copy color: '#B2268D'

red 178 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #B2268D

Tints of Medium Red Violet #B2268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 49.86%
G = 10.64%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2268D (or 0xB2268D) is known color: Medium Red Violet. HEX triplet: B2, 26 and 8D. RGB value is (178,38,141). Sum of RGB (Red+Green+Blue) = 178+38+141=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2268D is #4DD972. Grayscale: #5B5B5B. Windows color (decimal): -5101939 or 9250482. OLE color: 9250482.

HSL color Cylindrical-coordinate representation of color #B2268D: hue angle of 315.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2268D is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 141 -
CMYK 0 0.79 0.21 0.30
HSL 315.86º 0.65% 0.42% -
HSV(B) 315.86º 0.79% 0.7% -
XYZ 23.86 12.77 26.41 -
YUV 91.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 178 38 141 0 0.79 0.21 0.30 315.86 0.65 0.42
Hex B2 26 8D 0 4F 15 1E 13C 41 2A
Octal 262 46 215 0 117 25 36 474 101 52
Binary 10110010 100110 10001101 0 1001111 10101 11110 100111100 1000001 101010

Color Harmonies of #B2268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2268D

Black with #B2268D

Text Example


Text Example

White with #B2268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2268D; }

 p { color: rgb(178,38,141); }

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

background-color css

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

 a { background-color: rgb(178,38,141); }

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

border-color css

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

 span { border-color: rgb(178,38,141); }

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