Html Css Color HEX #B9238C Medium Red Violet

📋 copy color: '#B9238C'

red 185 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #B9238C

Tints of Medium Red Violet #B9238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 51.39%
G = 9.72%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9238C (or 0xB9238C) is known color: Medium Red Violet. HEX triplet: B9, 23 and 8C. RGB value is (185,35,140). Sum of RGB (Red+Green+Blue) = 185+35+140=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9238C is #46DC73. Grayscale: #5B5B5B. Windows color (decimal): -4643956 or 9184185. OLE color: 9184185.

HSL color Cylindrical-coordinate representation of color #B9238C: hue angle of 318º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9238C is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 140 -
CMYK 0 0.81 0.24 0.27
HSL 318º 0.68% 0.43% -
HSV(B) 318º 0.81% 0.73% -
XYZ 25.34 13.41 26.06 -
YUV 91.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 185 35 140 0 0.81 0.24 0.27 318 0.68 0.43
Hex B9 23 8C 0 51 18 1B 13E 44 2B
Octal 271 43 214 0 121 30 33 476 104 53
Binary 10111001 100011 10001100 0 1010001 11000 11011 100111110 1000100 101011

Color Harmonies of #B9238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9238C

Black with #B9238C

Text Example


Text Example

White with #B9238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9238C; }

 p { color: rgb(185,35,140); }

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

background-color css

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

 a { background-color: rgb(185,35,140); }

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

border-color css

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

 span { border-color: rgb(185,35,140); }

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