Html Css Color HEX #B63B9A Medium Red Violet

📋 copy color: '#B63B9A'

red 182 ◦ green 59 ◦ blue 154

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

Shades of Medium Red Violet #B63B9A

Tints of Medium Red Violet #B63B9A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 46.08%
G = 14.94%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B63B9A (or 0xB63B9A) is known color: Medium Red Violet. HEX triplet: B6, 3B and 9A. RGB value is (182,59,154). Sum of RGB (Red+Green+Blue) = 182+59+154=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63B9A is #49C465. Grayscale: #6A6A6A. Windows color (decimal): -4834406 or 10107830. OLE color: 10107830.

HSL color Cylindrical-coordinate representation of color #B63B9A: hue angle of 313.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63B9A is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 154 -
CMYK 0 0.68 0.15 0.29
HSL 313.66º 0.51% 0.47% -
HSV(B) 313.66º 0.68% 0.71% -
XYZ 26.69 15.41 32.14 -
YUV 106.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 182 59 154 0 0.68 0.15 0.29 313.66 0.51 0.47
Hex B6 3B 9A 0 44 F 1D 13A 33 2F
Octal 266 73 232 0 104 17 35 472 63 57
Binary 10110110 111011 10011010 0 1000100 1111 11101 100111010 110011 101111

Color Harmonies of #B63B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B9A

Black with #B63B9A

Text Example


Text Example

White with #B63B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B9A; }

 p { color: rgb(182,59,154); }

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

background-color css

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

 a { background-color: rgb(182,59,154); }

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

border-color css

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

 span { border-color: rgb(182,59,154); }

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