Html Css Color HEX #B92CA4 Medium Red Violet

📋 copy color: '#B92CA4'

red 185 ◦ green 44 ◦ blue 164

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

Shades of Medium Red Violet #B92CA4

Tints of Medium Red Violet #B92CA4

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

 GREEN value IS 44 (17.58% from 255) = 11.2%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 47.07%
G = 11.2%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B92CA4 (or 0xB92CA4) is known color: Medium Red Violet. HEX triplet: B9, 2C and A4. RGB value is (185,44,164). Sum of RGB (Red+Green+Blue) = 185+44+164=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B92CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92CA4 is #46D35B. Grayscale: #636363. Windows color (decimal): -4641628 or 10759353. OLE color: 10759353.

HSL color Cylindrical-coordinate representation of color #B92CA4: hue angle of 308.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92CA4 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 164 -
CMYK 0 0.76 0.11 0.27
HSL 308.94º 0.62% 0.45% -
HSV(B) 308.94º 0.76% 0.73% -
XYZ 27.61 14.8 36.52 -
YUV 99.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 185 44 164 0 0.76 0.11 0.27 308.94 0.62 0.45
Hex B9 2C A4 0 4C B 1B 135 3E 2D
Octal 271 54 244 0 114 13 33 465 76 55
Binary 10111001 101100 10100100 0 1001100 1011 11011 100110101 111110 101101

Color Harmonies of #B92CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CA4

Black with #B92CA4

Text Example


Text Example

White with #B92CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CA4; }

 p { color: rgb(185,44,164); }

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

background-color css

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

 a { background-color: rgb(185,44,164); }

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

border-color css

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

 span { border-color: rgb(185,44,164); }

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