Html Css Color HEX #B92FA6 Medium Red Violet

📋 copy color: '#B92FA6'

red 185 ◦ green 47 ◦ blue 166

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

Shades of Medium Red Violet #B92FA6

Tints of Medium Red Violet #B92FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 46.48%
G = 11.81%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B92FA6 (or 0xB92FA6) is known color: Medium Red Violet. HEX triplet: B9, 2F and A6. RGB value is (185,47,166). Sum of RGB (Red+Green+Blue) = 185+47+166=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B92FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92FA6 is #46D059. Grayscale: #656565. Windows color (decimal): -4640858 or 10891193. OLE color: 10891193.

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

Color convert

RGB 185 47 166 -
CMYK 0 0.75 0.10 0.27
HSL 308.26º 0.59% 0.45% -
HSV(B) 308.26º 0.75% 0.73% -
XYZ 27.91 15.1 37.52 -
YUV 101.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 185 47 166 0 0.75 0.10 0.27 308.26 0.59 0.45
Hex B9 2F A6 0 4B A 1B 134 3B 2D
Octal 271 57 246 0 113 12 33 464 73 55
Binary 10111001 101111 10100110 0 1001011 1010 11011 100110100 111011 101101

Color Harmonies of #B92FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FA6

Black with #B92FA6

Text Example


Text Example

White with #B92FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FA6; }

 p { color: rgb(185,47,166); }

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

background-color css

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

 a { background-color: rgb(185,47,166); }

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

border-color css

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

 span { border-color: rgb(185,47,166); }

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