Html Css Color HEX #B2307E Medium Red Violet

📋 copy color: '#B2307E'

red 178 ◦ green 48 ◦ blue 126

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

Shades of Medium Red Violet #B2307E

Tints of Medium Red Violet #B2307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 50.57%
G = 13.64%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2307E (or 0xB2307E) is known color: Medium Red Violet. HEX triplet: B2, 30 and 7E. RGB value is (178,48,126). Sum of RGB (Red+Green+Blue) = 178+48+126=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2307E is #4DCF81. Grayscale: #5F5F5F. Windows color (decimal): -5099394 or 8270002. OLE color: 8270002.

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

Color convert

RGB 178 48 126 -
CMYK 0 0.73 0.29 0.30
HSL 324º 0.58% 0.44% -
HSV(B) 324º 0.73% 0.7% -
XYZ 23.18 13.09 21.04 -
YUV 95.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 178 48 126 0 0.73 0.29 0.30 324 0.58 0.44
Hex B2 30 7E 0 49 1D 1E 144 3A 2C
Octal 262 60 176 0 111 35 36 504 72 54
Binary 10110010 110000 1111110 0 1001001 11101 11110 101000100 111010 101100

Color Harmonies of #B2307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2307E

Black with #B2307E

Text Example


Text Example

White with #B2307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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