Html Css Color HEX #BB61A6 Violet Blue

📋 copy color: '#BB61A6'

red 187 ◦ green 97 ◦ blue 166

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

Shades of Violet Blue #BB61A6

Tints of Violet Blue #BB61A6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.56%

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

R = 41.56%
G = 21.56%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB61A6 (or 0xBB61A6) is known color: Violet Blue. HEX triplet: BB, 61 and A6. RGB value is (187,97,166). Sum of RGB (Red+Green+Blue) = 187+97+166=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB61A6 is #449E59. Grayscale: #838383. Windows color (decimal): -4496986 or 10903995. OLE color: 10903995.

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

Color convert

RGB 187 97 166 -
CMYK 0 0.48 0.11 0.27
HSL 314º 0.4% 0.56% -
HSV(B) 314º 0.48% 0.73% -
XYZ 31.65 21.87 38.63 -
YUV 131.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 187 97 166 0 0.48 0.11 0.27 314 0.4 0.56
Hex BB 61 A6 0 30 B 1B 13A 28 38
Octal 273 141 246 0 60 13 33 472 50 70
Binary 10111011 1100001 10100110 0 110000 1011 11011 100111010 101000 111000

Color Harmonies of #BB61A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61A6

Black with #BB61A6

Text Example


Text Example

White with #BB61A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61A6; }

 p { color: rgb(187,97,166); }

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

background-color css

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

 a { background-color: rgb(187,97,166); }

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

border-color css

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

 span { border-color: rgb(187,97,166); }

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