Html Css Color HEX #B2268B Medium Red Violet

📋 copy color: '#B2268B'

red 178 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #B2268B

Tints of Medium Red Violet #B2268B

RGB

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

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

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

R = 50.14%
G = 10.7%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2268B (or 0xB2268B) is known color: Medium Red Violet. HEX triplet: B2, 26 and 8B. RGB value is (178,38,139). Sum of RGB (Red+Green+Blue) = 178+38+139=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2268B is #4DD974. Grayscale: #5B5B5B. Windows color (decimal): -5101941 or 9119410. OLE color: 9119410.

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

Color convert

RGB 178 38 139 -
CMYK 0 0.79 0.22 0.30
HSL 316.71º 0.65% 0.42% -
HSV(B) 316.71º 0.79% 0.7% -
XYZ 23.71 12.72 25.63 -
YUV 91.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 178 38 139 0 0.79 0.22 0.30 316.71 0.65 0.42
Hex B2 26 8B 0 4F 16 1E 13D 41 2A
Octal 262 46 213 0 117 26 36 475 101 52
Binary 10110010 100110 10001011 0 1001111 10110 11110 100111101 1000001 101010

Color Harmonies of #B2268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2268B

Black with #B2268B

Text Example


Text Example

White with #B2268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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