Html Css Color HEX #BB26A1 Medium Red Violet

📋 copy color: '#BB26A1'

red 187 ◦ green 38 ◦ blue 161

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

Shades of Medium Red Violet #BB26A1

Tints of Medium Red Violet #BB26A1

RGB

 RED value IS 187 (73.44% from 255) = 48.45%

 GREEN value IS 38 (15.23% from 255) = 9.84%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 48.45%
G = 9.84%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB26A1 (or 0xBB26A1) is known color: Medium Red Violet. HEX triplet: BB, 26 and A1. RGB value is (187,38,161). Sum of RGB (Red+Green+Blue) = 187+38+161=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB26A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB26A1 is #44D95E. Grayscale: #606060. Windows color (decimal): -4512095 or 10561211. OLE color: 10561211.

HSL color Cylindrical-coordinate representation of color #BB26A1: hue angle of 310.47º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB26A1 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 161 -
CMYK 0 0.80 0.14 0.27
HSL 310.47º 0.66% 0.44% -
HSV(B) 310.47º 0.8% 0.73% -
XYZ 27.62 14.52 35.07 -
YUV 96.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 187 38 161 0 0.80 0.14 0.27 310.47 0.66 0.44
Hex BB 26 A1 0 50 E 1B 136 42 2C
Octal 273 46 241 0 120 16 33 466 102 54
Binary 10111011 100110 10100001 0 1010000 1110 11011 100110110 1000010 101100

Color Harmonies of #BB26A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26A1

Black with #BB26A1

Text Example


Text Example

White with #BB26A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26A1; }

 p { color: rgb(187,38,161); }

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

background-color css

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

 a { background-color: rgb(187,38,161); }

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

border-color css

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

 span { border-color: rgb(187,38,161); }

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