Html Css Color HEX #B2307D Medium Red Violet

📋 copy color: '#B2307D'

red 178 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #B2307D

Tints of Medium Red Violet #B2307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 50.71%
G = 13.68%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2307D (or 0xB2307D) is known color: Medium Red Violet. HEX triplet: B2, 30 and 7D. RGB value is (178,48,125). Sum of RGB (Red+Green+Blue) = 178+48+125=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2307D is #4DCF82. Grayscale: #5F5F5F. Windows color (decimal): -5099395 or 8204466. OLE color: 8204466.

HSL color Cylindrical-coordinate representation of color #B2307D: hue angle of 324.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2307D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 125 -
CMYK 0 0.73 0.30 0.30
HSL 324.46º 0.58% 0.44% -
HSV(B) 324.46º 0.73% 0.7% -
XYZ 23.12 13.06 20.7 -
YUV 95.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 178 48 125 0 0.73 0.30 0.30 324.46 0.58 0.44
Hex B2 30 7D 0 49 1E 1E 144 3A 2C
Octal 262 60 175 0 111 36 36 504 72 54
Binary 10110010 110000 1111101 0 1001001 11110 11110 101000100 111010 101100

Color Harmonies of #B2307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2307D

Black with #B2307D

Text Example


Text Example

White with #B2307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2307D; }

 p { color: rgb(178,48,125); }

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

background-color css

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

 a { background-color: rgb(178,48,125); }

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

border-color css

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

 span { border-color: rgb(178,48,125); }

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