Html Css Color HEX #B61CA3 Medium Violet Red

📋 copy color: '#B61CA3'

red 182 ◦ green 28 ◦ blue 163

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

Shades of Medium Violet Red #B61CA3

Tints of Medium Violet Red #B61CA3

RGB

 RED value IS 182 (71.48% from 255) = 48.79%

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 48.79%
G = 7.51%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B61CA3 (or 0xB61CA3) is known color: Medium Violet Red. HEX triplet: B6, 1C and A3. RGB value is (182,28,163). Sum of RGB (Red+Green+Blue) = 182+28+163=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B61CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61CA3 is #49E35C. Grayscale: #595959. Windows color (decimal): -4842333 or 10689718. OLE color: 10689718.

HSL color Cylindrical-coordinate representation of color #B61CA3: hue angle of 307.4º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61CA3 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 28 163 -
CMYK 0 0.85 0.10 0.29
HSL 307.4º 0.73% 0.41% -
HSV(B) 307.4º 0.85% 0.71% -
XYZ 26.32 13.42 35.85 -
YUV 89.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 182 28 163 0 0.85 0.10 0.29 307.4 0.73 0.41
Hex B6 1C A3 0 55 A 1D 133 49 29
Octal 266 34 243 0 125 12 35 463 111 51
Binary 10110110 11100 10100011 0 1010101 1010 11101 100110011 1001001 101001

Color Harmonies of #B61CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CA3

Black with #B61CA3

Text Example


Text Example

White with #B61CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CA3; }

 p { color: rgb(182,28,163); }

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

background-color css

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

 a { background-color: rgb(182,28,163); }

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

border-color css

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

 span { border-color: rgb(182,28,163); }

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